aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-976.js
AgeCommit message (Expand)Author
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2018-07-01fix corner case in `unused`alexlamsl
2017-12-14fold `cascade` functionality into `collapse_vars` (#2586)Alex Lam S.L
2017-03-19make `expect_stdout` work on Node.js 0.12 (#1623)...That particular version of Node.js has messed up error messages, so provide a version-specific workaround. Also fixed an formatting issue which would cause `expect_stdout` to fail if error message contains excerpts of input. Apply `expect_stdout` to more applicable tests.Alex Lam S.L
2016-04-12Add base54.reset() to compress tests...Without this reset, char counts bleed to next tests. One test had a bad expect clause. Richard van Velzen
2016-02-17preserve ThisBinding for side_effectsalexlamsl