Fixed bug with the parser and n's

This commit is contained in:
Celine Mercier
2016-02-22 16:46:13 +01:00
parent d44eca19ce
commit 52e94bbea7
2 changed files with 27 additions and 27 deletions

View File

@ -21,8 +21,8 @@
%}
WORD [^>\\n[:blank:]=;]+
WORDID [^>\\n[:blank:]]+
WORD [^>[:blank:]=;]+
WORDID [^>[:blank:]]+
SUP >
EOL \n
SEP ;