Join Slack
Powered by
actually re-reading your question, it sounds like ...
# general
d
Dave
10/19/2019, 4:45 PM
actually re-reading your question, it sounds like the groovy side is correct. Can you wrap your JS string in double quotes so it allows the single quote? e.g. var test = " ' "; is fine... var test = ' ' '; clearly would break things....
Open in Slack
Previous
Next