From: Subramanya Sastry Date: Fri, 21 Dec 2012 23:06:30 +0000 (-0600) Subject: Additional list tests for Parsoid. X-Git-Tag: 1.31.0-rc.0~21233 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=a6af7618e2d072e85af2d9893d27b3a87beb53c7;p=lhc%2Fweb%2Fwiklou.git Additional list tests for Parsoid. Change-Id: I166850e241af6c2e678d92aacb5ac767b4353397 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index af4d218e08..1a3e5bb602 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -4064,6 +4064,40 @@ Nested lists 8 (multiple nesting transitions) !! end +!! test +Unbalanced closing block tags break a list +(Disabled since php parser generates broken html -- relies on Tidy to fix up) +!! options +disabled +!! input +
+*a
+*b
+!! result +
+
+
+!! end + +!! test +Unbalanced closing non-block tags don't break a list +(Disabled since php parser generates broken html -- relies on Tidy to fix up) +!! options +disabled +!! input + +*a +*b +!! result +

+

+ +!! end + !! test List items are not parsed correctly following a
 block (bug 785)
 !! input