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

[bug] Sequential string literals in expression should be syntax error #481

Closed
cjbrooks12 opened this issue Oct 22, 2019 · 0 comments · Fixed by #482
Closed

[bug] Sequential string literals in expression should be syntax error #481

cjbrooks12 opened this issue Oct 22, 2019 · 0 comments · Fixed by #482

Comments

@cjbrooks12
Copy link
Contributor

A comment in the ExpressionParser suggests that an expression like {{ 'one' 'two' }} should not be allowed. Currently, it gets parsed as the concatenation of two literal strings into a single value. Here's a test case demonstrating the issue.

I'm currently working on a fix and should have a PR for it shortly. I just wanted to open an issue now so I can link here from where this bug was reported to me.

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