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

Duplicate line node in parsing single line block expression #16672

Closed
Keno opened this issue May 30, 2016 · 0 comments · Fixed by #16675
Closed

Duplicate line node in parsing single line block expression #16672

Keno opened this issue May 30, 2016 · 0 comments · Fixed by #16675
Labels
parser Language parsing and surface syntax

Comments

@Keno
Copy link
Member

Keno commented May 30, 2016

julia> :(begin; x + 1; end)
quote  # REPL[0], line 1: # REPL[0], line 1:
    x + 1
end
@Keno Keno added the parser Language parsing and surface syntax label May 31, 2016
JeffBezanson added a commit that referenced this issue May 31, 2016
fix #16609, better error for `1.im`
fix #16671, parsing `1.` by itself
fix #16672, duplicate line node in block expression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser Language parsing and surface syntax
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant