From: Brion Vibber Date: Sat, 18 Feb 2006 01:31:30 +0000 (+0000) Subject: Parser test case for bug 5024 X-Git-Tag: 1.6.0~321 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=48da289a48f4fb137dc2574a1637fc08a437d799;p=lhc%2Fweb%2Fwiklou.git Parser test case for bug 5024 --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 9164b10843..e4747785f6 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -2174,7 +2174,6 @@ pst This is a test template with parameter "something else" !! end - !! article Template:nowikitest !! text @@ -2224,6 +2223,36 @@ Template:dangerous

!! end +!! test +pre-save transform: comment containing extension (bug 5024) +!! options +pst +!! input + +!!result + +!!end + +!! test +pre-save transform: comment containing nowiki +!! options +pst +!! input + +!!result + +!!end + +!! test +pre-save transform: comment containing math +!! options +pst +!! input + +!!result + +!!end + ### ### Message transform tests