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.