-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
escape troublesome characters in regexp expressions
Found this issue while parsing the ABNF JSON string representation. These two rules caused parsing issues because of the characters generated within the regular expressions that they result in: escape = %x5C ; \ unescaped = %x20-21 / %x23-5B / %x5D-10FFFF ; [ -!] / [#-[] / []-\u{10FFF}]
- Loading branch information
1 parent
b37fc88
commit a67642f
Showing
2 changed files
with
14 additions
and
4 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