mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
MW Examples: Fix test message
Change-Id: I4a0b9bb92fa45fca82391943b86a43fec8f2e3a1
This commit is contained in:
parent
287436ae25
commit
68755b212e
|
@ -824,7 +824,7 @@ ve.dm.mwExample.domToDataCases = {
|
|||
fromDataBody: '<b>a</b><b data-parsoid="1">bx</b><b data-parsoid="2">c</b> ' +
|
||||
'<b>dd</b>'
|
||||
},
|
||||
'adjacent annotations (RESTBase ids)': {
|
||||
'adjacent annotations (Parsoid IDs)': {
|
||||
preserveAnnotationDomElements: true,
|
||||
body: '<b>a</b><b id="mwAB">b</b><b id="mwCD">c</b> ' +
|
||||
'<b>d</b><b>d</b>',
|
||||
|
|
Loading…
Reference in a new issue