From 48da289a48f4fb137dc2574a1637fc08a437d799 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 18 Feb 2006 01:31:30 +0000 Subject: [PATCH] Parser test case for bug 5024 --- maintenance/parserTests.txt | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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 -- 2.20.1