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
Looks like it's not just colons - this fails to parse too:
<<!@#$%^&*()⁄€‹›fifl‡°·‚‘-=_+>>
Looking at what the parser is doing, it's successfully reading the << token, then hide but then reads Collision:GermOnPorch>>. It then doesn't find the >>, because that just got read, and ends up confused.
The parser fails on the last line. I'm seeing the same thing happening in other files that where ":" is used in a command line etc.
The text was updated successfully, but these errors were encountered: