Index: trunk/extensions/VisualEditor/tests/es/es.DocumentModel.test.js |
— | — | @@ -376,6 +376,7 @@ |
377 | 377 | ); |
378 | 378 | |
379 | 379 | // Test 4 |
| 380 | + // FIXME this test fails |
380 | 381 | deepEqual( |
381 | 382 | documentModel.prepareRemoval( new es.Range( 3, 24 ) ).getOperations(), |
382 | 383 | [ |
— | — | @@ -407,7 +408,7 @@ |
408 | 409 | }, |
409 | 410 | { 'type': 'retain', 'length': 13 } |
410 | 411 | ], |
411 | | - 'prepareRemoval strips and drops correctly when working accross structural nodes' |
| 412 | + 'prepareRemoval strips and drops correctly when working across structural nodes' |
412 | 413 | ); |
413 | 414 | } ); |
414 | 415 | |