Skip to content

Commit

Permalink
More cases of invalid keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Jul 9, 2013
1 parent 1aecb2d commit e94c011
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dskvs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ func TestErrorWhenKeyGivenToDeleteAllHasMember(t *testing.T) {

var invalidKeys = []string{
"",
"..",
"../",
".",
"./",
"/a member",
"acoll/",
}
Expand Down

0 comments on commit e94c011

Please sign in to comment.