Browse Source

Re-enabled a test after the regexp2 bug is fixed.

Dmitry Panov 5 years ago
parent
commit
ae5ee69c94
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tc39_test.go

+ 0 - 4
tc39_test.go

@@ -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,
 	}