v.0.6.4
Fixing a bug for two special cases: // or /* inside regular expressions without a preceding /:
/[a-b//]text//[a-b/*]text/
Turns out the tests for those were present, but incorrect. Corrected the tests and fixed the bug.
Fixing a bug for two special cases: // or /* inside regular expressions without a preceding /:
/[a-b//]text//[a-b/*]text/Turns out the tests for those were present, but incorrect. Corrected the tests and fixed the bug.