From b126d37c7fe8e71539b9aeae06b31075fad35d26 Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Sun, 17 Dec 2006 15:53:50 +0000 Subject: [PATCH] Parser test for bug 8293: Use of center tag ruins paragraph formatting. No idea what's causing this, looks like the parser just gives up when it sees on a line of its own and spits the rest out verbatim. --- maintenance/parserTests.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 9f00687613..a9c9db2b6f 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -6108,6 +6108,28 @@ Pages in namespace (Magic word disabled currently) !! end +!! test +Bug 8293: Use of center tag ruins paragraph formatting +!! input +
+foo +
+ +bar + + baz +!! result +
+

foo +

+
+

bar +

+
baz
+
+!! end + + # # # -- 2.20.1