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

Fixing the lexer bug where newlines were part of identifiers. #256

Merged
merged 1 commit into from
Apr 10, 2020

Conversation

lepsa
Copy link
Contributor

@lepsa lepsa commented Apr 10, 2020

The following characters are now explicitly excluded from names.
\t, \n, \r, \f, \v

However since this is a negative test, expect that a whole load
of other unicode whitespace to make it through. But who uses that
anyway ;)

The following characters are now explicitly excluded from names.
  \t, \n, \r, \f, \v

However since this is a _negative_ test, expect that a whole load
of other unicode whitespace to make it through. But who uses that
anyway ;)
@julialongtin
Copy link
Member

you missed removing noneOf. i'll fix it after merge.

@julialongtin julialongtin merged commit cbfe207 into Haskell-Things:master Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants