test: update golden files for ndjson migration
This commit is contained in:
parent
ddb75f1aeb
commit
32e7a79c71
14 changed files with 29 additions and 25 deletions
4
testdata/remove__glob__ok.ct
vendored
4
testdata/remove__glob__ok.ct
vendored
|
|
@ -3,8 +3,8 @@ $ pda set a2 2
|
|||
$ pda set b1 3
|
||||
$ pda rm --glob a*
|
||||
$ pda get a1 --> FAIL
|
||||
Error: cannot get 'a1': Key not found
|
||||
Error: cannot get 'a1': No such key. Did you mean 'b1'?
|
||||
$ pda get a2 --> FAIL
|
||||
Error: cannot get 'a2': Key not found
|
||||
Error: cannot get 'a2': No such key
|
||||
$ pda get b1
|
||||
3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue