mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
Fix parser tests for core commit ee4d5c6eed (removal $wgWellFormedXML)
Change-Id: Iac351ced0154c0c3c61f47a0e8ef0b9166fc0811
This commit is contained in:
parent
c7eb8c35d4
commit
f85be74e33
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue