From edabfda47b440b1542f15ed324ca65350043be4e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 1 Jun 2006 08:21:42 +0000 Subject: [PATCH] Add a couple pre-save transform tests --- maintenance/parserTests.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 553c8ff3fe..a12d0110a6 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -2419,6 +2419,26 @@ pst This template has in it. !! end +!! test +pre-save transform: unclosed tag +!! options +pst +!! input +'''missing end tag!''' +!! result +'''not wiki''' +!! end + +!! test +pre-save transform: mixed tag case +!! options +pst +!! input +'''missing end tag!''' +!! result +'''not wiki''' +!! end + !! article Template:dangerous -- 2.20.1