From: Platonides Date: Wed, 5 Jan 2011 22:44:56 +0000 (+0000) Subject: Failing test for bug 11748 X-Git-Tag: 1.31.0-rc.0~32789 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=43fd2040ee0fd0710bb85e12b21ad6476cc0be9a;p=lhc%2Fweb%2Fwiklou.git Failing test for bug 11748 --- 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