Skip to content

Fix tab handling #3

@ericoporto

Description

@ericoporto

Issue reported from forums here

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions