From: Gabriel Wicke Date: Fri, 25 Jan 2013 01:20:50 +0000 (-0800) Subject: Test improperly quoted attribute values in HTML tags and table cells X-Git-Tag: 1.31.0-rc.0~20917^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=97aee3863fcfdd985ef7180f5ecc4e68cd8203ee;p=lhc%2Fweb%2Fwiklou.git Test improperly quoted attribute values in HTML tags and table cells Change-Id: Iab14adcb81e32bcea2b950c7f4e68ecd69ff19d2 --- 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