- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Feb 2009 14:00:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/parser/analyzer
In directory hutz:/tmp/cvs-serv12311
Modified Files:
CssParser.jj
Log Message:
removed the catchall
Index: CssParser.jj
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/parser/analyzer/CssParser.jj,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- CssParser.jj 10 Feb 2009 13:10:09 -0000 1.44
+++ CssParser.jj 10 Feb 2009 14:00:49 -0000 1.45
@@ -1689,9 +1689,6 @@
}
}
}
- | n=<HASH> {
- throw new ParseException("Unrecognized ");
- }
}
/**
Received on Tuesday, 10 February 2009 14:01:00 UTC