Skip to content

Commit

Permalink
doc(README):assert example using +-
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Carisey <[email protected]>
  • Loading branch information
scarisey committed Nov 6, 2024
1 parent 94fdd95 commit b237d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ Then expected records
| topic_out | key1 | aValue |
And assert aValue $.foo == "fooString"
And assert aValue $.fooInt == 42
And assert aValue $.fooDouble == 12.0038 +- 1E-4
And assert aValue $.foos has size 3
And assert aValue $.foos == ["item1","item2","item3"]
And assert aValue $ match object {"foos":["item1","item2","item3"],"bar":{"baz":["item1","item2","item3"]}}
Expand Down

0 comments on commit b237d0a

Please sign in to comment.