From 8c848d592eaf497c401a7c12dbbdcc6340cf1e33 Mon Sep 17 00:00:00 2001 From: jeff303 Date: Sat, 23 Mar 2013 14:06:13 -0400 Subject: [PATCH] adding test cases for bug 42353, code will be submitted in a separate review for Parsoid Change-Id: I79f51608d70ce70570ccabd7ecfba75e7852a897 --- tests/parser/parserTests.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index e28074eeb7..4a15470352 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -14060,6 +14060,26 @@ parsoid !! end +!! test +Parsoid-only: Don't wrap broken template tags in on wt2wt (Bug 42353) +!! options +parsoid +!! input +{{}} +!! result +{{}} +!! end + +!! test +Parsoid-only: Don't wrap broken template tags in on wt2wt (Bug 42353) +!! options +parsoid +!! input +}}{{ +!! result +}}{{ +!! end + !!test Accept empty td cell attribute !!input -- 2.20.1