jviereck / regjsparser

Parsing the JavaScript's RegExp in JavaScript.
http://www.julianviereck.de/regjsparser/
BSD 2-Clause "Simplified" License
79 stars 20 forks source link

Fix start range for matching \\0 #112

Closed jviereck closed 3 years ago

jviereck commented 3 years ago

This fixes/closes #111 . Turns out there were already some tests that had wrong range in the testsuite.