-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log an error if the parsers produce different parsings
This commit updates the fallback parser to compare the parsings of both the UTF-8 matchers parser and the classic parser, and log an error if the parsers produce different parsings. This can happen at present if ecsape sequences such as \n and \t are used outside of double quotes, as this is not supported in the UTF-8 matchers parser. Signed-off-by: George Robinson <[email protected]>
- Loading branch information
1 parent
d250132
commit c9fa6a1
Showing
1 changed file
with
39 additions
and
17 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