From 97aee3863fcfdd985ef7180f5ecc4e68cd8203ee Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 24 Jan 2013 17:20:50 -0800 Subject: [PATCH] Test improperly quoted attribute values in HTML tags and table cells Change-Id: Iab14adcb81e32bcea2b950c7f4e68ecd69ff19d2 --- tests/parser/parserTests.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 8f297adee2..df3a9e8532 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -13453,6 +13453,29 @@ HTML tag with 'unnecessary' entity encoding in attributes

!! end +!! test +HTML tag with broken attribute value quoting +!! input + + +Foo + + +!! end + TODO: more images more tables -- 2.20.1