mirror of https://github.com/boa-dev/boa.git
Browse Source
This PR fixes a case where a forward slash is located in a regex class: `let regex = /[/]/;`. In this case, the forward slash should not close the regex literal. This fixes `test/built-ins/RegExp/regexp-class-chars.js`pull/2280/head
Choongwoo Han
2 years ago
1 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue