mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
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…
x
Reference in New Issue
Block a user