UglifyJS/test
Alex Lam S.L 96f8befdd7 fix commit 88fb83a (#1622)
The following is wrong:
    `a == (b ? a : c)` => `b`
Because:
- `b` may not be boolean
- `a` might have side effects
- `a == a` is not always `true` (think `NaN`)
- `a == c` is not always `false`
2017-03-19 11:59:42 +08:00
..
compress fix commit 88fb83a (#1622) 2017-03-19 11:59:42 +08:00
input Correctly raise a parse exception with a missing loop body (#1585) 2017-03-10 03:08:43 +08:00
mocha make collapse_vars consistent with toplevel (#1608) 2017-03-16 13:22:26 +08:00
benchmark.js include benchmark.js in test suite (#1564) 2017-03-07 19:25:12 +08:00
jetstream.js add benchmark & JetStream tests 2017-02-21 13:29:58 +08:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js Fix mozilla-ast after module loading changes 2015-09-24 18:13:21 +03:00
run-tests.js handle runtime errors in expect_stdout (#1618) 2017-03-18 02:33:51 +08:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00