add empty string to VALUES

This commit is contained in:
alexlamsl 2017-04-03 03:18:14 +08:00
parent 0da59791ca
commit aec71c4978

View File

@ -135,6 +135,7 @@ for (var i = 2; i < process.argv.length; ++i) {
}
var VALUES = [
'""',
'true',
'false',
' /[a2][^e]+$/ ',