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

Escape trailing strings like =~ for Bash-like shells #170

Merged
merged 11 commits into from Feb 19, 2022
Merged

Conversation

ericcornelissen
Copy link
Owner

Closes #169

@ericcornelissen ericcornelissen added the bug Something isn't working label Feb 19, 2022
@codecov
Copy link

codecov bot commented Feb 19, 2022

Codecov Report

Merging #170 (d17852f) into main (3f7da26) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #170   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          494       496    +2     
=========================================
+ Hits           494       496    +2     
Impacted Files Coverage Δ
src/unix.js 100.00% <100.00%> (ø)

@ericcornelissen ericcornelissen changed the title Escape trailing =~ for Bash-like shells Escape trailing strings like =~ for Bash-like shells Feb 19, 2022
@ericcornelissen ericcornelissen marked this pull request as ready for review February 19, 2022 21:28
@ericcornelissen ericcornelissen merged commit 413810c into main Feb 19, 2022
21 checks passed
@ericcornelissen ericcornelissen deleted the fix-bug-169 branch February 19, 2022 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

String like =~ in Bash not escaped properly by escape(All) with interpolation escaping enabled
1 participant