-
Notifications
You must be signed in to change notification settings - Fork 42
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
Literal string gets evaluated as Lua code #51
Comments
Hi @boolangery Any new updates on this? Thank you. |
Can you test it against master? Or give me a better code sample: |
Hi @boolangery Here is a valid Lua example:
The input value should be parsed as a UTF-8 value, but
|
Hi @boolangery |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When a Lua string starts with prefix
\u
, the string is parsed as Lua code. For example:Returns the following output:
Digit 9 is evaluated to Number. I was expecting everything enclosed in quotes to be String.
Is that correct?
The text was updated successfully, but these errors were encountered: