ridiculousfish / regress

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

Fix invalid quantifier loop #84

Closed raskad closed 7 months ago

raskad commented 7 months ago

This fixes an invalid quantifier loop. The caused was an invalid loop start offset when two Nodes where pushed before the quantifier.