UglifyJS/test
Richard van Velzen c75f5a1fd8 Fix #597
NaN and Infinity were replaced in the output generation, instead of
during compression. This could lead to results where `1/0` was inserted
without parens leading to invalid output.

The nodes are replaced in the compression step now, and the output
generation returns their regular names. This should not be a problem,
since they're already only constructed from the original name.
2014-12-31 12:23:00 +01:00
..
compress Fix #597 2014-12-31 12:23:00 +01:00
mozilla-ast.js Added generative testing for AST conversions. 2014-08-03 20:48:59 +03:00
run-tests.js Added generative testing for AST conversions. 2014-08-03 20:48:59 +03:00