Parsing fails on files with vertical tabs
Closed this issue · 1 comments
jonwedell commented
Vertical tabs are considered a legal whitespace character according to the STAR specification. When a vertical tab is used to separate a tag and its value an InvalidToken
exception is raised on the next tag/value pair. Example file provided.
andreysmelter commented
Thank you,
I have included vertical tab into sequence of valid characters, this file is not raising exception now.