diff options
author | alexlamsl <alexlamsl@gmail.com> | 2018-07-01 14:34:42 +0800 |
---|---|---|
committer | alexlamsl <alexlamsl@gmail.com> | 2018-07-01 14:34:42 +0800 |
commit | 5ffc17d4aa36c40a4d5ebe558edbc734b45ca1dc (patch) | |
tree | 12f66c5bbd9b93a5f468cfad7349acea0900df28 /test/compress/unicode.js | |
parent | 6aa750010f23acdc24078a5d7e66cef009cbf570 (diff) | |
download | tracifyjs-5ffc17d4aa36c40a4d5ebe558edbc734b45ca1dc.tar.gz tracifyjs-5ffc17d4aa36c40a4d5ebe558edbc734b45ca1dc.zip |
fix corner case in `unused`
Diffstat (limited to 'test/compress/unicode.js')
-rw-r--r-- | test/compress/unicode.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |