-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Fixes argument parsing for escaped newlines #1176
Conversation
I'm not sure if I have this fix right, even though the test passes. |
Hi @aarondandy, Thanks, but this should not be needed due to #1175 (comment) |
Even though this is closed, I still think this indicates a bug in Edit: I'm not longer confident in my unconfidence, see: #1175 (comment) |
Let's continue this discussion on #1175. |
This looks good (except for a few small things), thanks for the PR. 👍 |
Looks good to me. Thanks again @aarondandy. @sindresorhus Is this good to merge? |
##### [v9.5.2](https://github.com/sindresorhus/execa/releases/tag/v9.5.2) #### Bug fixes - Fix escaping newlines inside template strings. Thanks [@aarondandy](https://github.com/aarondandy)! ([#1176](sindresorhus/execa#1176))
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | execa | 9.5.1 | 9.5.2 | ## [v9.5.2](https://github.com/sindresorhus/execa/releases/tag/v9.5.2) #### Bug fixes - Fix escaping newlines inside template strings. Thanks [@aarondandy](https://github.com/aarondandy)! ([#1176](sindresorhus/execa#1176))
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | execa | 9.5.1 | 9.5.2 | ## [v9.5.2](https://github.com/sindresorhus/execa/releases/tag/v9.5.2) #### Bug fixes - Fix escaping newlines inside template strings. Thanks [@aarondandy](https://github.com/aarondandy)! ([#1176](sindresorhus/execa#1176))
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | execa | 9.5.1 | 9.5.2 | ## [v9.5.2](https://github.com/sindresorhus/execa/releases/tag/v9.5.2) #### Bug fixes - Fix escaping newlines inside template strings. Thanks [@aarondandy](https://github.com/aarondandy)! ([#1176](sindresorhus/execa#1176))
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | execa | 9.5.1 | 9.5.2 | ## [v9.5.2](https://github.com/sindresorhus/execa/releases/tag/v9.5.2) #### Bug fixes - Fix escaping newlines inside template strings. Thanks [@aarondandy](https://github.com/aarondandy)! ([#1176](sindresorhus/execa#1176))
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | npm | execa | 9.5.1 | 9.5.2 | ## [v9.5.2](https://github.com/sindresorhus/execa/releases/tag/v9.5.2) #### Bug fixes - Fix escaping newlines inside template strings. Thanks [@aarondandy](https://github.com/aarondandy)! ([#1176](sindresorhus/execa#1176))
Fixes #1175.
Trying to handle escaped line breaks in template strings.