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

Trailing space after catch causes parser error if the next line is one character #16

Open
fonsp opened this issue Jan 8, 2025 · 0 comments · May be fixed by #21
Open

Trailing space after catch causes parser error if the next line is one character #16

fonsp opened this issue Jan 8, 2025 · 0 comments · May be fixed by #21

Comments

@fonsp
Copy link
Member

fonsp commented Jan 8, 2025

Putting spaces after catch er will cause a parser error. The next line needs to be a single char.

Image

try
catch err 
	e
end
@fonsp fonsp linked a pull request Jan 8, 2025 that will close this issue
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 a pull request may close this issue.

1 participant