From 5ffc17d4aa36c40a4d5ebe558edbc734b45ca1dc Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Sun, 1 Jul 2018 14:34:42 +0800 Subject: fix corner case in `unused` --- test/compress/unicode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compress/unicode.js') diff --git a/test/compress/unicode.js b/test/compress/unicode.js index c4bd5de8..3ef664c2 100644 --- a/test/compress/unicode.js +++ b/test/compress/unicode.js @@ -1,5 +1,5 @@ unicode_parse_variables: { - options = {}; + options = {} input: { var a = {}; a.你好 = 456; -- cgit v1.2.3