ridiculousfish / regress

REGex in Rust with EcmaScript Syntax
Apache License 2.0
175 stars 11 forks source link

Correctly reject characters in Atom PatternCharacter #82

Closed raskad closed 7 months ago

raskad commented 7 months ago

This fixes and cleans up some of the logic for parsing and detecting invalid characters in Atoms. I also added a relevant 262 test that is fixed by this.