close
Skip to content

Fix escaping of [[ and ]] in strings#81

Merged
westes merged 1 commit intowestes:masterfrom
DemiMarie:fix-m4-quotation-strings
Sep 25, 2016
Merged

Fix escaping of [[ and ]] in strings#81
westes merged 1 commit intowestes:masterfrom
DemiMarie:fix-m4-quotation-strings

Conversation

@DemiMarie
Copy link
Copy Markdown
Contributor

@DemiMarie DemiMarie commented Sep 4, 2016

Previously, [[ and ]] were not escaped in strings, which led
to bad interactions with m4.

Also, don't break strings on newline, as GCC et al support whitespace
between a backslash and the subsequent newline.

Previously, `[[` and `]]` were not escaped in strings, which led
to bad interactions with m4.

Also, don't break strings on newline, as GCC et al support whitespace
between a backslash and the subsequent newline.
@DemiMarie DemiMarie force-pushed the fix-m4-quotation-strings branch from 0736265 to 7528bc0 Compare September 4, 2016 22:31
@westes westes merged commit 7528bc0 into westes:master Sep 25, 2016
@westes
Copy link
Copy Markdown
Owner

westes commented Sep 25, 2016

Thanks for this. It's merged to master and will be in the next release of flex.

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.

2 participants