Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix word boundary regexes in Ruby grammar (#2984)
### Motivation As pointed out in #2371 (comment), `\b` is indeed incorrect. All regexes inside the JSON grammar have to be escaped and so word boundary is `\\b`. ### Implementation Added the missing backslashes.
- Loading branch information