forked from epics_driver_modules/require
re-allow unqoted macro values as in 3.14.8
This commit is contained in:
@@ -14,7 +14,11 @@ whitespace [ \t\r]
|
||||
escape {backslash}.
|
||||
dstringchar [^"\n\\]
|
||||
sstringchar [^'\n\\]
|
||||
/*
|
||||
This breaks backward compatibility to 3.14.8:
|
||||
bareword [a-zA-Z0-9_\-+:./\\\[\]<>;]
|
||||
*/
|
||||
bareword [a-zA-Z0-9_\-+:./\\\[\]<>;^~*#%!|&$()@?]
|
||||
|
||||
%%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user