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

# Bug with multiple replace in JS #19

Open
theimo1221 opened this issue Nov 21, 2018 · 1 comment
Open

# Bug with multiple replace in JS #19

theimo1221 opened this issue Nov 21, 2018 · 1 comment

Comments

@theimo1221
Copy link

return s.replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&apos;');

This breaks the tree.
I´ll try to look in your code lateron to find a fix for this.

@theimo1221
Copy link
Author

As jumping with "symbols view" to funtions after above code still works, maybe pulling newest symbols view might already solve it.

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

No branches or pull requests

1 participant