pda/testdata/del__multiple__ok.ct

7 lines
166 B
XML

$ pda set a 1
$ pda set b 2
$ pda del a b --force
$ pda get a --> FAIL
Error: cannot get 'a': Key not found
$ pda get b --> FAIL
Error: cannot get 'b': Key not found