-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Prevents trying to parse heredoc while already inside quotes - A space while parsing the heredoc marker immediately ends parsing and returns the token as-is - Now only checks for <<< after reaching a newline so that it doesn't eagerly error if there's three <<< in a row on a token in the middle of a line - Rearranged tests to cover more cases, more clearly
- Loading branch information
1 parent
f11c3c9
commit 733175b
Showing
2 changed files
with
61 additions
and
15 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