ufuzz: add strings "a", "b", "c" to VALUES (#2732)

This commit is contained in:
kzc
2018-01-05 16:54:53 -05:00
committed by Alex Lam S.L
parent 9f23185f2b
commit 9b1bc6c014

View File

@@ -127,6 +127,9 @@ for (var i = 2; i < process.argv.length; ++i) {
}
var VALUES = [
'"a"',
'"b"',
'"c"',
'""',
'true',
'false',