add empty string to VALUES
This commit is contained in:
parent
0da59791ca
commit
aec71c4978
|
|
@ -135,6 +135,7 @@ for (var i = 2; i < process.argv.length; ++i) {
|
|||
}
|
||||
|
||||
var VALUES = [
|
||||
'""',
|
||||
'true',
|
||||
'false',
|
||||
' /[a2][^e]+$/ ',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user