MW Examples: Fix test message

Change-Id: I4a0b9bb92fa45fca82391943b86a43fec8f2e3a1
This commit is contained in:
Ed Sanders 2015-11-20 11:42:54 -08:00 committed by Jforrester
parent 287436ae25
commit 68755b212e

View file

@ -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>',