From 14f377b2698af41ce88e7a5ce589f61e88cc6c43 Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Thu, 12 Jul 2018 11:18:46 -0400 Subject: [PATCH] Sync up with Parsoid parserTests.txt This now aligns with Parsoid commit 564b5d3a37580912793b81a021011e3e33d1219a Change-Id: I8203797d6d6383a6a2d58d6e6f9a7d46b5c788f3 --- tests/parser/parserTests.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index c34d408f6a..0ae3f5352d 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -12866,6 +12866,7 @@ Templates: Block Tags: 2. Back-to-back template uses ## This is an edge case relating to paragraph wrapping. ## Note that Parsoid fails to match Remex because it's using the closing tag ## as a heuristic to determine if it's in a block, rather than SAX based events. +## And Parsoid drops empty elements in templates. !! test Templates: Correctly encapsulate templates producing

tag without a corresponding

tag !! wikitext @@ -12877,7 +12878,7 @@ b

}} b

!! html/parsoid

a

-b

+b !! end !!test -- 2.20.1