From: Gabriel Wicke Date: Thu, 15 Nov 2012 01:04:30 +0000 (-0800) Subject: Add a test for indent pres with content wrapped in inline element X-Git-Tag: 1.31.0-rc.0~21636 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=83ffbfa33421c4881c4130c77e59754cf1cf4420;p=lhc%2Fweb%2Fwiklou.git Add a test for indent pres with content wrapped in inline element A line of content fully wrapped in an inline element was an issue in Parsoid round-tripping, so make sure this is detected in the future. Parsoid fix: https://gerrit.wikimedia.org/r/#/c/33496/ Change-Id: I2497c90174fac69e9c4dc1cc898844e94e604b1b --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index a98e5844b2..d18da66c8b 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -787,6 +787,17 @@ And a link !! end +!! test +Ident preformatting with inline content +!! input + a + ''b'' +!! result +
a
+b
+
+!! end + !! test
 with  inside (compatibility with 1.6 and earlier)
 !! input