Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information