From 32c8f08f624a6c0902329c7b7464ba9d535c52bd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 5 May 2008 01:14:11 +0000 Subject: Match expected token data with that output by the lexer. Fix test #44's expected token data. svn path=/trunk/libcss/; revision=4125 --- test/data/lex/tests1.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/lex') diff --git a/test/data/lex/tests1.dat b/test/data/lex/tests1.dat index 8f7783c..86bad2b 100644 --- a/test/data/lex/tests1.dat +++ b/test/data/lex/tests1.dat @@ -352,7 +352,7 @@ EOF 'blah \ xyz' #expected -STRING:blah\n xyz +STRING:blah \n\txyz S EOF #reset -- cgit v1.2.3