http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99737

Revision: 99737
Author:   tparscal
Date:     2011-10-13 22:15:17 +0000 (Thu, 13 Oct 2011)
Log Message:
-----------
Line breaks at 100 characters

Modified Paths:
--------------
    trunk/parsers/wikidom/tests/hype/es.DocumentModel.test.js

Modified: trunk/parsers/wikidom/tests/hype/es.DocumentModel.test.js
===================================================================
--- trunk/parsers/wikidom/tests/hype/es.DocumentModel.test.js   2011-10-13 
21:37:20 UTC (rev 99736)
+++ trunk/parsers/wikidom/tests/hype/es.DocumentModel.test.js   2011-10-13 
22:15:17 UTC (rev 99737)
@@ -400,10 +400,16 @@
        );
        
        deepEqual(
-               documentModel.prepareInsertion( 5, [ { 'type': 'paragraph' }, 
'd', 'e', 'f', { 'type': '/paragraph' } ] ),
+               documentModel.prepareInsertion(
+                       5,
+                       [{ 'type': 'paragraph' }, 'd', 'e', 'f', { 'type': 
'/paragraph' }]
+               ),
                [
                        { 'type': 'retain', 'length': 5 },
-                       { 'type': 'insert', 'data': [ { 'type': 'paragraph' }, 
'd', 'e', 'f', { 'type': '/paragraph' } ] },
+                       {
+                               'type': 'insert',
+                               'data': [{ 'type': 'paragraph' }, 'd', 'e', 
'f', { 'type': '/paragraph' }]
+                       },
                        { 'type': 'retain', 'length': 23 }
                ],
                'prepareInsertion inserts a paragraph between two structural 
elements'


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to