DynamoDS / DynamoWishlist

This is a repository for all wishlist items for Dynamo Core
https://github.com/orgs/DynamoDS/projects/3
Apache License 2.0
15 stars 3 forks source link

Node to code: Double quotes in strings do not get escaped #23

Open andydandy74 opened 6 years ago

andydandy74 commented 6 years ago

Dynamo version

2.0.1

Operating system

Windows 10

What did you do?

Using node to code, I tried to convert a string node that contained double quotes.

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 ';' expected error. See also DynamoDS/Dynamo#9117 grafik

johnpierson commented 5 years ago

Related: https://forum.dynamobim.com/t/dynamo-quotation-marks/35145/3