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:
C. Scott Ananian 2023-02-09 23:36:00 -05:00
parent 02c514fd14
commit 2f4f3c962f

View file

@ -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