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

@ -2,6 +2,6 @@ $ pda set a 1
$ pda set b 2
$ pda rm a b
$ pda get a --> FAIL
Error: cannot get 'a': Key not found
Error: cannot get 'a': No such key
$ pda get b --> FAIL
Error: cannot get 'b': Key not found
Error: cannot get 'b': No such key. Did you mean 'b1'?