Skip to content

Commit 99eaf19

Browse files
committed
Update test refs
1 parent d27a52a commit 99eaf19

File tree

1 file changed

+1
-1
lines changed
  • crates/swc_ecma_preset_env/tests/fixtures/corejs3/usage-regexp

1 file changed

+1
-1
lines changed

crates/swc_ecma_preset_env/tests/fixtures/corejs3/usage-regexp/output.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "core-js/modules/es.regexp.exec.js";
33
import "core-js/modules/es.regexp.to-string.js";
44
var a = RegExp("(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})", "u");
55
var b = RegExp(".", "s");
6-
var c = new RegExp(".", "imsuy");
6+
var c = RegExp(".", "imsuy");
77
console.log(a.unicode);
88
console.log(b.dotAll);
99
console.log(c.sticky);

0 commit comments

Comments
 (0)