Closed martinjm97 closed 2 months ago
The branch quote-docstrings has a testcase that shows that \" is tokenized as \\\" by the tokenizer library. The branch also contains preliminary attempts to fix this issue.
\"
\\\"
This is fixed here: https://github.com/swansonk14/typed-argument-parser/pull/148
The branch quote-docstrings has a testcase that shows that
\"
is tokenized as\\\"
by the tokenizer library. The branch also contains preliminary attempts to fix this issue.