aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/bundler/bundler_minify.test.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bundler/bundler_minify.test.ts b/test/bundler/bundler_minify.test.ts
index 17286f6b8..5c77e70e6 100644
--- a/test/bundler/bundler_minify.test.ts
+++ b/test/bundler/bundler_minify.test.ts
@@ -27,6 +27,7 @@ describe("bundler", () => {
capture(\`😋📋👌\`.length == 6)
capture(\`😋📋👌\`.length === 2)
capture(\`😋📋👌\`.length == 2)
+ capture("hello\\nworld".length)
`,
},
capture: [
@@ -50,6 +51,7 @@ describe("bundler", () => {
"!0",
"!1",
"!1",
+ "11",
],
minifySyntax: true,
target: "bun",