[Pkg-javascript-commits] [uglifyjs] 399/491: ufuzz: add strings "a", "b", "c" to VALUES (#2732)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:56 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 9b1bc6c014338422047479365a28b27f1988d353
Author: kzc <kzc at users.noreply.github.com>
Date: Fri Jan 5 16:54:53 2018 -0500
ufuzz: add strings "a", "b", "c" to VALUES (#2732)
---
test/ufuzz.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/ufuzz.js b/test/ufuzz.js
index 1589d5f..de6c317 100644
--- a/test/ufuzz.js
+++ b/test/ufuzz.js
@@ -127,6 +127,9 @@ for (var i = 2; i < process.argv.length; ++i) {
}
var VALUES = [
+ '"a"',
+ '"b"',
+ '"c"',
'""',
'true',
'false',
--
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