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
6
testdata/remove__glob__mixed__ok.ct
vendored
6
testdata/remove__glob__mixed__ok.ct
vendored
|
|
@ -3,8 +3,8 @@ $ pda set bar1 2
|
|||
$ pda set bar2 3
|
||||
$ pda rm foo --glob bar*
|
||||
$ pda get foo --> FAIL
|
||||
Error: cannot get 'foo': Key not found
|
||||
Error: cannot get 'foo': No such key
|
||||
$ pda get bar1 --> FAIL
|
||||
Error: cannot get 'bar1': Key not found
|
||||
Error: cannot get 'bar1': No such key
|
||||
$ pda get bar2 --> FAIL
|
||||
Error: cannot get 'bar2': Key not found
|
||||
Error: cannot get 'bar2': No such key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue