mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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