-
Notifications
You must be signed in to change notification settings - Fork 65
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
string functions produces unquoted string literals #1175
Comments
Workaround is to "add" quotes:
|
Apparently it is with all string functions, not only
STR
|
Also looks like in some situations
I believe the resulting value, even taking quotes bug into account, shouldn't have |
Thanks for reporting this. Note that there still might be some inaccuracies wrt to escaping in the various output formats, but the bugs that were responsible for the issues you reported should now all be fixed. |
Getting turtle with curl:
Produces:
But should be:
The text was updated successfully, but these errors were encountered: