mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 02:24:07 +00:00
parserTests.txt: Add nohtml
option to accomodate test runner change
This makes the parserTests compatible with change I61a67a0e6928463e3872be9a42ff6992c6754662 in core. Change-Id: I5c22f456a3ae5ea25b59c4246d68965099c465cc
This commit is contained in:
parent
02c514fd14
commit
2f4f3c962f
|
@ -224,6 +224,7 @@ deprecated source tag adds tracking category
|
|||
parsoid={ "modes": ["wt2html","wt2wt"], "normalizePhp": true }
|
||||
!! options
|
||||
cat
|
||||
nohtml
|
||||
!! wikitext
|
||||
<source lang="python">print('Hi')</source>
|
||||
!! html/php
|
||||
|
@ -235,6 +236,7 @@ deprecated enclose option adds tracking category
|
|||
!! options
|
||||
parsoid={ "modes": ["wt2html","wt2wt"], "normalizePhp": true }
|
||||
cat
|
||||
nohtml
|
||||
!! wikitext
|
||||
<syntaxhighlight enclose="none" lang="python">print('Hi')</syntaxhighlight>
|
||||
!! html/php
|
||||
|
|
Loading…
Reference in a new issue