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

Fixes #301: Unexpected token error with invokable #381

Merged
merged 2 commits into from
Jul 26, 2019
Merged

Fixes #301: Unexpected token error with invokable #381

merged 2 commits into from
Jul 26, 2019

Conversation

Nacoma
Copy link
Contributor

@Nacoma Nacoma commented Jul 19, 2019

Wrapping a callable in parenthesis stopped the argument list from being
read and caused the argument list to be read as an expression. If the argument list
contained a comma, the unexpected token exception was thrown.

Wrapping a callable in parenthesis stopped the argument list from being
read and read the argument list as an expression. If the argument list
contained a comma, the unexpected token exception was thrown.
@ravage84 ravage84 added this to the 2.5.3 milestone Jul 24, 2019
@Nacoma
Copy link
Contributor Author

Nacoma commented Jul 24, 2019

My mistake; this was suppose to be #301 .

@Nacoma Nacoma changed the title Fixes #304: Unexpected token error with invokable Fixes #301: Unexpected token error with invokable Jul 24, 2019
@kylekatarnls kylekatarnls changed the base branch from master to 3.x July 26, 2019 11:13
@kylekatarnls kylekatarnls changed the base branch from 3.x to master July 26, 2019 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants