Merge pull request #5867 from guanqun/small-fixes

ArchiveDB and other small fixes
This commit is contained in:
Robert Habermeier
2017-06-19 14:03:48 +02:00
committed by GitHub
3 changed files with 17 additions and 1 deletions

View File

@@ -296,6 +296,7 @@ mod test {
assert!(check_vault_name("vault_with_underscores"));
assert!(check_vault_name("vault-with-dashes"));
assert!(check_vault_name("vault-with-digits-123"));
assert!(check_vault_name("vault中文名字"));
}
#[test]