Skip to content

Commit 8e433c9

Browse files
Update README.md
1 parent 3ee7b3b commit 8e433c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ The expected JSON can contain json path expressions delimited by `#(` and `)` to
368368
```javascript
369369
// Select the 'isbn' values of store books and match with expected ones
370370
String expected = "{\"#($.store..isbn)\":[\"0-395-19395-8\", \"0-553-21311-1\", \"!.*\"]}";
371+
371372
String actual = "{\n" +
372373
" \"store\": {\n" +
373374
" \"book\": [\n" +

0 commit comments

Comments
 (0)