Fix parser tests for core commit ee4d5c6eed (removal $wgWellFormedXML)

Change-Id: Iac351ced0154c0c3c61f47a0e8ef0b9166fc0811
This commit is contained in:
Brian Wolff 2016-05-16 06:01:22 -04:00
parent c7eb8c35d4
commit f85be74e33

View file

@ -27,13 +27,12 @@ foo
!! test
No language specified (no wellformed xml)
!! config
wgWellFormedXml=false
!! wikitext
<source>
bar
</source>
!! html
<div class="mw-highlight mw-content-ltr" dir=ltr><pre>bar</pre></div>
<div class="mw-highlight mw-content-ltr" dir="ltr"><pre>bar</pre></div>
!! end