Browse Source

update cli example for new query result format

pull/1780/head
Ethan Buchman 8 years ago
parent
commit
37b5cca87c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/test_cli/ex1.tmsp.out

+ 2
- 2
tests/test_cli/ex1.tmsp.out View File

@ -17,7 +17,7 @@
> query abc
-> code: OK
-> data: {Index=0 value=abc exists=true}
-> data: {{"index":0,"value":"abc","exists":true}}
> append_tx def=xyz
-> code: OK
@ -27,5 +27,5 @@
> query def
-> code: OK
-> data: {Index=1 value=xyz exists=true}
-> data: {{"index":1,"value":"xyz","exists":true}}

Loading…
Cancel
Save