mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
Delete spurious normalizedHtml
Was equal to the HTML before conversion, so not needed Change-Id: I48e3b3d48334562f605bccfddc5f2aa7cf883087
This commit is contained in:
parent
7fe249f034
commit
50e14d42d4
|
@ -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' },
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue