- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Mar 2008 14:46:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/parser/analyzer
In directory hutz:/tmp/cvs-serv1917
Modified Files:
CssParser.jj
Log Message:
selective IGNORE_CASE not behaving as expected, revert while investigating...
Index: CssParser.jj
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/parser/analyzer/CssParser.jj,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- CssParser.jj 17 Mar 2008 13:41:38 -0000 1.31
+++ CssParser.jj 17 Mar 2008 14:46:12 -0000 1.32
@@ -8,10 +8,10 @@
*/
options {
- /* IGNORE_CASE = true; */
+ IGNORE_CASE = true;
STATIC = false;
- /* DEBUG_TOKEN_MANAGER = true;
- DEBUG_PARSER = true; */
+ DEBUG_TOKEN_MANAGER = true;
+ DEBUG_PARSER = true;
}
PARSER_BEGIN(CssParser)
Received on Monday, 17 March 2008 14:46:49 UTC