From f0edc8863f432beda5d7c60f9b554f3cd5217afa Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 31 Jul 2008 18:07:52 +0000 Subject: Improve recovery from malformed declarations Implement recovery from malformed selectors svn path=/trunk/libcss/; revision=4846 --- test/data/css/malformed.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/data/css/malformed.css b/test/data/css/malformed.css index 2b36d1c..3dd6176 100644 --- a/test/data/css/malformed.css +++ b/test/data/css/malformed.css @@ -6,3 +6,6 @@ p { color:red; color:; color:green } /* same with expected recovery */ p { color:green; color{;color:maroon} } /* unexpected tokens { } */ p { color:red; color{;color:maroon}; color:green } /* same with recovery */ +"Foo bar baz +p ( { ) color: green } +p {color:green} -- cgit v1.2.3