We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by @BeattieM in #203, there are a few instances where escaped $ doesn't get unescaped:
$
FOO="bar\$" FOO="\$\$"
The text was updated successfully, but these errors were encountered:
Unescape correctly
16c9932
ugly but fixes bkeepers#207
b76eedc
I hope this pull request #222 fixes the issue
Sorry, something went wrong.
Merge pull request #222 from dhunnapotha/fix_proper_escaping_of_dolla…
80e8a2d
…r_v2 Fix for #207, Some escaped '$' characters are not unescaped
Successfully merging a pull request may close this issue.
Reported by @BeattieM in #203, there are a few instances where escaped
$
doesn't get unescaped:The text was updated successfully, but these errors were encountered: