You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ Note missing '!' in next line
ELEMENT ZR BCT_A5
FUNCTION EMBCCTI 298.15 -39.72; 6000 N !
Current Behavior
The TDB parser will concatenate these lines together like ELEMENT ZR BCT_A5 FUNCTION EMBCCTI 298.15 -39.72; 6000 N. Because the grammar rule for ELEMENTs is so permissive, it will silently ignore everything after the element name.
Expected Behavior
The parser should raise a ParseException.
The text was updated successfully, but these errors were encountered:
Example
Current Behavior
The TDB parser will concatenate these lines together like
ELEMENT ZR BCT_A5 FUNCTION EMBCCTI 298.15 -39.72; 6000 N
. Because the grammar rule for ELEMENTs is so permissive, it will silently ignore everything after the element name.Expected Behavior
The parser should raise a
ParseException
.The text was updated successfully, but these errors were encountered: