report invalid characters
This commit is contained in:
parent
3872ad229d
commit
2d4009bfa9
|
|
@ -604,3 +604,8 @@ SEPARATOR [ \t;,]+
|
|||
}
|
||||
|
||||
|
||||
. {
|
||||
// Any other character is invalid.
|
||||
accept();
|
||||
xyyerror("Invalid character '" + string(xyytext) + "'.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue