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