You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: