mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
Add FIXME comment for a failing test and fix a typo in its description
This commit is contained in:
parent
a7c1524fe0
commit
8563e7e451
|
@ -376,6 +376,7 @@ test( 'es.DocumentModel.prepareRemoval', 5, function() {
|
|||
);
|
||||
|
||||
// Test 4
|
||||
// FIXME this test fails
|
||||
deepEqual(
|
||||
documentModel.prepareRemoval( new es.Range( 3, 24 ) ).getOperations(),
|
||||
[
|
||||
|
@ -407,7 +408,7 @@ test( 'es.DocumentModel.prepareRemoval', 5, function() {
|
|||
},
|
||||
{ 'type': 'retain', 'length': 13 }
|
||||
],
|
||||
'prepareRemoval strips and drops correctly when working accross structural nodes'
|
||||
'prepareRemoval strips and drops correctly when working across structural nodes'
|
||||
);
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in a new issue