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
8
testdata/export-key-filter.ct
vendored
Normal file
8
testdata/export-key-filter.ct
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
$ pda set a1@ekf 1
|
||||
$ pda set a2@ekf 2
|
||||
$ pda set b1@ekf 3
|
||||
$ pda export ekf --key "a*"
|
||||
{"key":"a1","value":"1","encoding":"text"}
|
||||
{"key":"a2","value":"2","encoding":"text"}
|
||||
$ pda export ekf --key "c*" --> FAIL
|
||||
FAIL cannot ls '@ekf': no matches for key pattern 'c*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue