From a6af7618e2d072e85af2d9893d27b3a87beb53c7 Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Fri, 21 Dec 2012 17:06:30 -0600 Subject: [PATCH] Additional list tests for Parsoid. Change-Id: I166850e241af6c2e678d92aacb5ac767b4353397 --- tests/parser/parserTests.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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
-- 
2.20.1