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

lexing fails with an escaped backslash in string value #343

Closed
lrlna opened this issue Nov 3, 2022 · 0 comments · Fixed by #357
Closed

lexing fails with an escaped backslash in string value #343

lrlna opened this issue Nov 3, 2022 · 0 comments · Fixed by #357
Assignees
Labels
apollo-parser bug Something isn't working

Comments

@lrlna
Copy link
Member

lrlna commented Nov 3, 2022

The following string value does not lex into a string value token:

type Query {
    format: String = "Y-m-d\\TH:i:sP" 
}
@lrlna lrlna added bug Something isn't working apollo-parser labels Nov 3, 2022
@lrlna lrlna changed the title fails to lex string value with forward slash fails to lex string value with an escaped backslash Nov 3, 2022
@lrlna lrlna changed the title fails to lex string value with an escaped backslash lexing fails with an escaped backslash in string value Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apollo-parser bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant