Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped double quote lexes twice when next to start/end of string #16

Closed
minchingtonak opened this issue Jan 3, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@minchingtonak
Copy link
Contributor

Datum:

"\""

Expected lex:

"""

Actual lex:

""""
@minchingtonak minchingtonak added the bug Something isn't working label Jan 3, 2021
@minchingtonak minchingtonak self-assigned this Jan 3, 2021
@elucent
Copy link
Contributor

elucent commented Oct 4, 2021

The rewritten lexer/parser handles this correctly:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants