test: update golden files for ndjson migration

This commit is contained in:
Lewis Wynne 2026-02-11 00:04:43 +00:00
parent ddb75f1aeb
commit 32e7a79c71
14 changed files with 29 additions and 25 deletions

View file

@ -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