From 43fd2040ee0fd0710bb85e12b21ad6476cc0be9a Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 5 Jan 2011 22:44:56 +0000 Subject: [PATCH] Failing test for bug 11748 --- tests/parser/parserTests.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 9ebcba3185..cdbb2329d7 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -595,6 +595,25 @@ Definition lists: self-closed tag !! end +!! test +Bug 11748: Literal closing tags +!! options +disabled +!! input +
+
test 1
+
test test test test test
+
test 2
+
test test test test test
+
+!! result +
+
test 1
+
test test test test test
+
test 2
+
test test test test test
+
+!! end ### ### External links -- 2.20.1