1
0
Fork 0

Update shell-database-{rocksdb|mmfiles}-noncluster.js 3.4 (#8084)

This commit is contained in:
KVS85 2019-02-01 00:35:50 +03:00 committed by Frank Celler
parent 2fc453fd15
commit e59edce206
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ function DatabaseSuite () {
];
keys.forEach(function(k) {
assertMatch(/^\d+(\.\d+)*([\.\-][a-z\-]+(\.?\d*)?)?$/, result[k]);
assertMatch(/^\d+(\.\d+)*([\-]([a-z]|\d)+(\.?\d*)?)?$/, result[k]);
});
},

View File

@ -123,7 +123,7 @@ function DatabaseSuite () {
];
keys.forEach(function(k) {
assertMatch(/^\d+(\.\d+)*([\.\-][a-z\-]+(\.?\d*)?)?$/, result[k]);
assertMatch(/^\d+(\.\d+)*([\-]([a-z]|\d)+(\.?\d*)?)?$/, result[k]);
});
},