allow for some uppercasing in names.

"fix" for Bug 1010


svn path=/trunk/; revision=18773
This commit is contained in:
Luis Ontanon 2006-07-20 17:23:58 +00:00
parent 40cd131dfb
commit ba3a83a475
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ comma ","
pipe "|"
dquote ["]
name [a-z][-a-zA-Z0-9_]*
name [A-Za-z][-a-z0-9_][-a-zA-Z0-9_]*
dquoted ["][^\"]*["]
squoted ['][^\']*[']