whitequark / parser

A Ruby parser.
Other
1.59k stars 199 forks source link

fix escaping of ctrl- and meta-chars in regexes #831

Closed iliabylich closed 2 years ago

iliabylich commented 2 years ago

the bug was introduced in 24d2f68 and affects only 3.1-dev

Closes https://github.com/whitequark/parser/issues/830

koic commented 2 years ago

Thanks! ❤️