-
Notifications
You must be signed in to change notification settings - Fork 635
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
Node to code: Backslashes in strings do not get escaped #9117
Comments
I just realized that any backslash anywhere in a string node will trigger the same error (with the exception of standard escape sequences like |
Tracked internally as QNTM-5742. |
FWIW, I solved this for myself with a view extension by modifying the |
Now tracked internally at: DYN-1261 |
Dynamo version
2.0.1 stable
Operating system
Windows 10
What did you do?
Ran node to code on a string node that contained a string that ended with a backslash
What did you expect to see?
An error-free code block
What did you see instead?
Code block turned red, since backslash was not escaped upon conversion, producing a
Invalid Associative_FunctionalStatement
error.The text was updated successfully, but these errors were encountered: