Skip to content

parse \t as TAB, not escaped t#53

Merged
mattn merged 1 commit into
mattn:masterfrom
ndeloof:master
Dec 23, 2022
Merged

parse \t as TAB, not escaped t#53
mattn merged 1 commit into
mattn:masterfrom
ndeloof:master

Conversation

@ndeloof

@ndeloof ndeloof commented Nov 29, 2022

Copy link
Copy Markdown
Contributor

\t or \n must be parsed as special characters TAB and NEWLINE, not considered escaped

closes #52
reported by docker/compose#8605

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
@laurazard

Copy link
Copy Markdown

@mattn could you take a look at this?

@mattn mattn merged commit f3bbb6f into mattn:master Dec 23, 2022
@mattn

mattn commented Dec 23, 2022

Copy link
Copy Markdown
Owner

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Double-quoted backslash should be preserved

3 participants