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

Template string parsing error #290

Closed
kmvi opened this issue Aug 25, 2023 · 0 comments · Fixed by #291
Closed

Template string parsing error #290

kmvi opened this issue Aug 25, 2023 · 0 comments · Fixed by #291

Comments

@kmvi
Copy link
Contributor

kmvi commented Aug 25, 2023

The following code:

new Context().Eval("let a = 1; `${ a}`;"); // spaces between { and variable name

throws System.ArgumentException : Invalid variable name

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