syntax: Quote
should probably return ""
instead of empty for an empty string
#763
Milestone
Quote
should probably return ""
instead of empty for an empty string
#763
Originally reported at go-task/task#609.
If you quote an empty string the returned value won't work in a concatenated Bash script:
== 'foo'
vs. the desired"" == "foo"
.I think it'd make sense to fix this here, because more people could use the returned value inside Bash scripts. But if you don't think so, I gonna do this fix on the Task side.
The text was updated successfully, but these errors were encountered: