Parser test for bug 15453
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 3 Sep 2008 18:01:51 +0000 (18:01 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 3 Sep 2008 18:01:51 +0000 (18:01 +0000)
maintenance/parserTests.txt

index 43463c0..d20790b 100644 (file)
@@ -316,6 +316,15 @@ b
 </p>
 !! end
 
+!! test
+Empty SGML directive (bug 15453)
+!! input
+A<!>B
+!! result
+<p>A<!>B
+</p>
+!! end
+
 ###
 ### Preformatted text
 ###