From 83ffbfa33421c4881c4130c77e59754cf1cf4420 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 14 Nov 2012 17:04:30 -0800 Subject: [PATCH] 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 --- tests/parser/parserTests.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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
-- 
2.20.1