mirror of https://gitee.com/bigwinds/arangodb
Update shell-database-{rocksdb|mmfiles}-noncluster.js 3.4 (#8084)
This commit is contained in:
parent
2fc453fd15
commit
e59edce206
|
@ -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]);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
@ -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]);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue