aboutsummaryrefslogtreecommitdiff
path: root/test/compress/global_defs.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2018-07-13 01:51:10 +0800
committerGitHub <noreply@github.com>2018-07-13 01:51:10 +0800
commitbcebacbb9e7ddac7d9c0e4ca2c7e0faf0e0bca7c (patch)
treefcc19ae9f916dc819753245261f685ac8bb9d34b /test/compress/global_defs.js
parent018a5a750a16dce58ab50d943c47ea6cf01a0fbb (diff)
downloadtracifyjs-bcebacbb9e7ddac7d9c0e4ca2c7e0faf0e0bca7c.tar.gz
tracifyjs-bcebacbb9e7ddac7d9c0e4ca2c7e0faf0e0bca7c.zip
fix corner cases in `preserve_line` (#3212)
Diffstat (limited to 'test/compress/global_defs.js')
-rw-r--r--test/compress/global_defs.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/compress/global_defs.js b/test/compress/global_defs.js
index ea8d6cec..98fa3e9f 100644
--- a/test/compress/global_defs.js
+++ b/test/compress/global_defs.js
@@ -141,9 +141,9 @@ mixed: {
console.log(CONFIG);
}
expect_warnings: [
- "WARN: global_defs CONFIG.VALUE redefined [test/compress/global_defs.js:127,22]",
- "WARN: global_defs CONFIG.VALUE redefined [test/compress/global_defs.js:128,22]",
- "WARN: global_defs CONFIG.VALUE redefined [test/compress/global_defs.js:130,8]",
+ "WARN: global_defs CONFIG.VALUE redefined [test/compress/global_defs.js:4,22]",
+ "WARN: global_defs CONFIG.VALUE redefined [test/compress/global_defs.js:5,22]",
+ "WARN: global_defs CONFIG.VALUE redefined [test/compress/global_defs.js:7,8]",
]
}