aboutsummaryrefslogtreecommitdiff
path: root/test/transpiler
diff options
context:
space:
mode:
Diffstat (limited to 'test/transpiler')
-rw-r--r--test/transpiler/transpiler.test.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/transpiler/transpiler.test.js b/test/transpiler/transpiler.test.js
index c80a0670a..a6c2dcf73 100644
--- a/test/transpiler/transpiler.test.js
+++ b/test/transpiler/transpiler.test.js
@@ -1973,11 +1973,6 @@ console.log(resolve.length)
expectParseError("/x/msuygig", 'Duplicate flag "g" in regular expression');
});
- it("non-ascii regexp literals", () => {
- var str = "🔴11 54 / 10,000";
- expect(str.replace(/[🔵🔴,]+/g, "")).toBe("11 54 / 10000");
- });
-
it("identifier escapes", () => {
expectPrinted_("var _\u0076\u0061\u0072", "var _var");
expectParseError("var \u0076\u0061\u0072", 'Expected identifier but found "\u0076\u0061\u0072"');