Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Re-enabled a test after the regexp2 bug is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dop251 committed Aug 7, 2020
1 parent b206dd5 commit ae5ee69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tc39_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ var (
"test/annexB/built-ins/RegExp/RegExp-leading-escape-BMP.js": true,
"test/annexB/built-ins/RegExp/RegExp-trailing-escape-BMP.js": true,

// Looks like a bug in regexp2: decimal escapes that do not represent a capture are simply ignored instead
// of being treated as a character with the specified code.
"test/annexB/built-ins/RegExp/RegExp-decimal-escape-not-capturing.js": true,

// Promise
"test/built-ins/Symbol/species/builtin-getter-name.js": true,
}
Expand Down

0 comments on commit ae5ee69

Please sign in to comment.