Skip to content

v.0.6.4

Choose a tag to compare

@vitaly-t vitaly-t released this 01 Jan 20:33
· 61 commits to master since this release

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.