diff options
-rw-r--r-- | maintenance/parserTests.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 43463c0e31b3..d20790bcd167 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -316,6 +316,15 @@ b </p> !! end +!! test +Empty SGML directive (bug 15453) +!! input +A<!>B +!! result +<p>A<!>B +</p> +!! end + ### ### Preformatted text ### |