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
I'm trying to use this parser, and I think I've come across a couple of bugs.
The first is that the parser chokes on horizontal tab (ASCII value 9). You have a case that supposedly treats "\t" as whitespace (two places in the code, lines 60 and 266), but it uses ASCII value 20 instead, which in the ASCII tables I see is "Device Control 4" (whatever that might be).
The line numbers are probably related to the forums release and not current master
The text was updated successfully, but these errors were encountered:
Issue reported from forums here
The line numbers are probably related to the forums release and not current master
The text was updated successfully, but these errors were encountered: