confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Confuse-devel] confuse 2.1 (unquoted string)


From: Mike
Subject: [Confuse-devel] confuse 2.1 (unquoted string)
Date: Mon, 14 Jul 2003 17:16:50 -0500
User-agent: Mutt/1.5.4i

Heya,

Just downloaded 2.1 and noticed that 'unquoted strings' with underscores (_) in 
the name aren't accepted.

lexer.l line 269:

/* an unquoted string
 */
 /*[^ \"\'\t\n\r={}()+,]+*/
[[:alnum:]!?$%&/.<>-]+  cfg_yylval = yytext; return CFGT_STR;

Including '_' in the above list fixes it.

Thanks,

Mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]