Fixed bug with the parser and n's
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
|
||||
%}
|
||||
|
||||
WORD [^>\\n[:blank:]=;]+
|
||||
WORDID [^>\\n[:blank:]]+
|
||||
WORD [^>[:blank:]=;]+
|
||||
WORDID [^>[:blank:]]+
|
||||
SUP >
|
||||
EOL \n
|
||||
SEP ;
|
||||
|
Reference in New Issue
Block a user