fields must not start or end with '-'
This commit is contained in:
parent
0c69d23c24
commit
d7b6c79c41
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ static void gotfield();
|
|||
static void addbinding();
|
||||
%}
|
||||
|
||||
field [-A-Za-z0-9]+
|
||||
field [A-Za-z0-9][-A-Za-z0-9]*[^-]
|
||||
sep [ \t]+
|
||||
white [ \t]*
|
||||
|
||||
|
|
Loading…
Reference in a new issue