r99737 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99736‎ | r99737 | r99738 >
Date:22:15, 13 October 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Line breaks at 100 characters
Modified paths:
  • /trunk/parsers/wikidom/tests/hype/es.DocumentModel.test.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/tests/hype/es.DocumentModel.test.js
@@ -400,10 +400,16 @@
401401 );
402402
403403 deepEqual(
404 - documentModel.prepareInsertion( 5, [ { 'type': 'paragraph' }, 'd', 'e', 'f', { 'type': '/paragraph' } ] ),
 404+ documentModel.prepareInsertion(
 405+ 5,
 406+ [{ 'type': 'paragraph' }, 'd', 'e', 'f', { 'type': '/paragraph' }]
 407+ ),
405408 [
406409 { 'type': 'retain', 'length': 5 },
407 - { 'type': 'insert', 'data': [ { 'type': 'paragraph' }, 'd', 'e', 'f', { 'type': '/paragraph' } ] },
 410+ {
 411+ 'type': 'insert',
 412+ 'data': [{ 'type': 'paragraph' }, 'd', 'e', 'f', { 'type': '/paragraph' }]
 413+ },
408414 { 'type': 'retain', 'length': 23 }
409415 ],
410416 'prepareInsertion inserts a paragraph between two structural elements'

Status & tagging log