style: renames testdata so tests can actually be parsed at a glance
This commit is contained in:
parent
a4d2e919dc
commit
3c2a0129c0
83 changed files with 122 additions and 131 deletions
10
testdata/remove-key-mixed.ct
vendored
Normal file
10
testdata/remove-key-mixed.ct
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
$ pda set foo@rkm 1
|
||||
$ pda set bar1@rkm 2
|
||||
$ pda set bar2@rkm 3
|
||||
$ pda rm foo@rkm --key "bar*@rkm"
|
||||
$ pda get foo@rkm --> FAIL
|
||||
FAIL cannot get 'foo@rkm': no such key
|
||||
$ pda get bar1@rkm --> FAIL
|
||||
FAIL cannot get 'bar1@rkm': no such key
|
||||
$ pda get bar2@rkm --> FAIL
|
||||
FAIL cannot get 'bar2@rkm': no such key
|
||||
Loading…
Add table
Add a link
Reference in a new issue