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 of # in Elixir lexer #1306

Closed
pyrmont opened this issue Aug 19, 2019 · 0 comments · Fixed by #1308
Closed

Lexing of # in Elixir lexer #1306

pyrmont opened this issue Aug 19, 2019 · 0 comments · Fixed by #1308
Labels
bugfix-request A request for a bugfix to be developed.

Comments

@pyrmont
Copy link
Contributor

pyrmont commented Aug 19, 2019

Name of the lexer
Elixir

Code sample
A sample of the code that produces the bug.

"#hello world"

Additional context
This bug was discovered when reviewing the EEX lexer submission (#874). The problem is here:

state :enddoublestr do
mixin :interpoling
rule %r/[^#"]+/, Str::Double
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix-request A request for a bugfix to be developed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant