Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
remove quotes from character class
Things inside a character class should not be quoted, since the quotes would be picked up as characters to match. Thankfully the compiler warns now about these mistakes.
- Loading branch information