From ab8de17e0f7bc40eecee7d9e32cd0ccd9e783610 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 15 Jan 2013 15:53:39 -0800 Subject: [PATCH] Test for bug 42252 (indented pre syntax) This bug has since been fixed in Parsoid. Make sure it stays that way by testing it. Change-Id: Iba77a72635877dfb420534142abb59e155567d6a --- tests/parser/parserTests.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 8f297adee2..bed5c2431f 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1207,6 +1207,23 @@ c !!end +!!test +2c. Indent-Pre and tables (bug 42252) +!!input +{| + |+ foo + ! | bar +|} +!!result + + + +
foo +
bar +
+ +!!end + !!test 3a. Indent-Pre and block tags (single-line html) !!input -- 2.20.1