From c0b330ee3ff870b8dec423c0bc7c54eeea8cbf43 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Tue, 7 May 2013 18:54:01 -0400 Subject: [PATCH] parserTests: fix broken parsoid-only tests. A few of the parsoid-only tests had broken/wrong output HTML, which was being hidden by the normalization process. In preparation for using a stricter normalizer, fix up the bogus tests: a) put a inside all s b) it's
not
c) fix an orphaned Change-Id: I44961cd40f8f29eea005d9c6c7a458aadc4770d0 --- tests/parser/parserTests.txt | 43 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index cb3a4aea41..71b9e6ba15 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -3672,9 +3672,10 @@ parsoid |} !! result
+
hello -
+ !! end @@ -13990,9 +13991,9 @@ parsoid ----=foo= ----*foo !! result -
---- -
=foo= -
*foo +
---- +
=foo= +
*foo !! end #### --------------- Tables --------------- @@ -14061,9 +14062,9 @@ parsoid |foo|bar |} !! result - +
foo|bar -
+ !! end @@ -14077,10 +14078,10 @@ parsoid |''it''foo||bar |} !! result - +
foo||bar itfoo||bar -
+ !! end @@ -14093,9 +14094,9 @@ parsoid |foo!!bar |} !! result - +
foo!!bar -
+ !! end @@ -14108,9 +14109,9 @@ parsoid !foo!bar |} !! result - +
foo!bar -
+ !! end @@ -14123,9 +14124,9 @@ parsoid !foo!!bar |} !! result - +
foo!!bar -
+ !! end @@ -14138,9 +14139,9 @@ parsoid !foo||bar |} !! result - +
foo||bar -
+ !! end @@ -14483,7 +14484,7 @@ parsoid !! input text !! result -

<s.ome> text +

<s.ome> text

!! end @@ -14566,11 +14567,11 @@ parsoid | style="color:red|Bar |} !! result - +
Foo Bar -
+ !! end @@ -14773,7 +14774,7 @@ parsoid - + !!end @@ -14801,7 +14802,7 @@ parsoid ''' ''x''' '' !!result

x - x + x

!!end -- 2.20.1