From b6a51f75d25498c991b5855973e63cac912b01d1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 28 Mar 2009 12:17:52 +0000 Subject: A couple of tests for CSS 2.1 issue 85 ('\'[\n\r(\r\n)] is not an escape sequence outside a string). We pass these, anyway, but it's worth ensuring that. svn path=/trunk/libcss/; revision=6965 --- test/data/lex/tests1.dat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'test/data') diff --git a/test/data/lex/tests1.dat b/test/data/lex/tests1.dat index 86bad2b..5a9c173 100644 --- a/test/data/lex/tests1.dat +++ b/test/data/lex/tests1.dat @@ -614,3 +614,24 @@ IDENT: EOF #reset +#data +tes\ +t +#expected +IDENT:tes +CHAR:\ +S +IDENT:t +S +EOF +#reset + +#data +"tes\ +t" +#expected +STRING:tes\nt +S +EOF +#reset + -- cgit v1.2.3