mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 23:05:31 +00:00
Merge "Fix transaction tests"
This commit is contained in:
commit
97fc112cee
|
@ -202,9 +202,7 @@ QUnit.test( 'getItemInsertion', function ( assert ) {
|
||||||
insert: [
|
insert: [
|
||||||
{ type: 'internalItem' },
|
{ type: 'internalItem' },
|
||||||
{ type: '/internalItem' }
|
{ type: '/internalItem' }
|
||||||
],
|
]
|
||||||
insertedDataOffset: 0,
|
|
||||||
insertedDataLength: 2
|
|
||||||
},
|
},
|
||||||
{ type: 'retain', length: 1 }
|
{ type: 'retain', length: 1 }
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue