-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syntax: parse all CRLF line endings as LF
We treat CR as whitespace, so this already happened in practice for regular line endings. However, since heredocs are a quoted state where white space is not skipped, the CRLF line endings caused errors where we couldn't match `<<EOF` with a CRLF EOF line as we got `EOF\r`. Fixes #1088.
- Loading branch information
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters