mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 14:36:51 +00:00
Fix expected remove data to match actual remove data exactly
Change-Id: I0fb294265fc41015da842f7505bdedb39db7b91a
This commit is contained in:
parent
eababab85d
commit
2efa23e5b5
|
@ -23,6 +23,7 @@ Brad Jorsch
|
|||
Chad Horohoe
|
||||
Daniel Cannon
|
||||
Danny B.
|
||||
David Chan
|
||||
Derk-Jan Hartman
|
||||
Erick Guan
|
||||
Fomafix
|
||||
|
|
|
@ -532,13 +532,11 @@ ve.dm.citeExample.complexInternalData = [
|
|||
'F', [ 'o', [ ve.dm.example.bold ] ], [ 'o', [ ve.dm.example.italic ] ],
|
||||
// 4
|
||||
{ type: 'mwReference', attributes: {
|
||||
mw: {},
|
||||
about: '#mwt1',
|
||||
listIndex: 0,
|
||||
listGroup: 'mwReference/',
|
||||
listKey: 'auto/0',
|
||||
refGroup: '',
|
||||
contentsUsed: true
|
||||
refGroup: ''
|
||||
} },
|
||||
// 5
|
||||
{ type: '/mwReference' },
|
||||
|
|
Loading…
Reference in a new issue