[Pkg-javascript-commits] [uglifyjs] 05/11: Fix tests
Jonas Smedegaard
dr at jones.dk
Tue May 19 00:02:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag v2.4.21
in repository uglifyjs.
commit 3b14582d6b8a93e6f459d71f630a67b489e47dd0
Author: Mihai Bazon <mihai.bazon at gmail.com>
Date: Fri Apr 17 11:28:59 2015 +0300
Fix tests
---
test/compress/issue-597.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/compress/issue-597.js b/test/compress/issue-597.js
index 3c651a4..f243223 100644
--- a/test/compress/issue-597.js
+++ b/test/compress/issue-597.js
@@ -6,7 +6,7 @@ NaN_and_Infinity_must_have_parens: {
}
expect: {
(1/0).toString();
- (0/0).toString();
+ NaN.toString(); // transformation to 0/0 dropped
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list