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

Unable to lex escaped backslash in string literal #17

Closed
minchingtonak opened this issue Jan 3, 2021 · 1 comment
Closed

Unable to lex escaped backslash in string literal #17

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

Comments

@minchingtonak
Copy link
Contributor

Datum:

"\\"

Expected lex:

"\"

Actual lex:

[1:5] Expected closing quote in string literal.
@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

Same thing as #16: works just fine in the rewritten lexer/parser. :)
image

@elucent elucent closed this as completed Oct 4, 2021
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