From: Gabriel Wicke Date: Tue, 15 Jan 2013 23:53:39 +0000 (-0800) Subject: Test for bug 42252 (indented pre syntax) X-Git-Tag: 1.31.0-rc.0~21027 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=ab8de17e0f7bc40eecee7d9e32cd0ccd9e783610;p=lhc%2Fweb%2Fwiklou.git 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 --- 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