[Pkg-javascript-commits] [uglifyjs] 463/491: always test for `rename` (#2865)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:52:04 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 3cc1527f008c82dcabc3dbd13fdf43fa3fffb000
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Thu Feb 1 21:42:55 2018 +0800
always test for `rename` (#2865)
---
test/ufuzz.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/ufuzz.js b/test/ufuzz.js
index bbf4fa0..f717f00 100644
--- a/test/ufuzz.js
+++ b/test/ufuzz.js
@@ -1024,7 +1024,6 @@ function log_suspects(minify_options, component) {
}
function log_rename(options) {
- if (!options.rename) return;
var m = JSON.parse(JSON.stringify(options));
m.rename = false;
var result = UglifyJS.minify(original_code, m);
--
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