-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: raw string with leading whitespaces (#158)
This PR fixes #157 . The problem is rooted in my [review suggestion](#117 (comment)), so the change is reverted. But I don't get why, how is whitespaces automatically skipped by `extras` for `$._str_double_quotes`, but not `$._raw_string`. @mrdgo do you have any idea? Edit: I get it wrong, the scanner is handled earlier than `extras` so it may override the behavior of the later.
- Loading branch information
Showing
5 changed files
with
232,132 additions
and
228,080 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
Oops, something went wrong.