Delete spurious normalizedHtml

Was equal to the HTML before conversion, so not needed

Change-Id: I48e3b3d48334562f605bccfddc5f2aa7cf883087
This commit is contained in:
Catrope 2013-04-17 17:54:35 -07:00
parent 7fe249f034
commit 50e14d42d4

View file

@ -1166,7 +1166,6 @@ ve.dm.example.domToDataCases = {
},
'internal link with ./ and ../': {
'html': '<body><p><a rel="mw:WikiLink" href="./../../../Foo/Bar">Foo</a></p></body>',
'normalizedHtml': '<body><p><a rel="mw:WikiLink" href="./../../../Foo/Bar">Foo</a></p></body>',
'data': [
{ 'type': 'paragraph' },
[