mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
Fix docs.
This commit is contained in:
parent
67d48bde22
commit
2b1b8df448
@ -601,7 +601,7 @@ Optionally, asserts can be refined using filters `count` and `regex`.
|
||||
GET https://pets.org/cats/cutest
|
||||
|
||||
HTTP/1.0 200
|
||||
[Captures]
|
||||
[Asserts]
|
||||
jsonpath "$.cats" count == 12
|
||||
```
|
||||
|
||||
@ -612,7 +612,7 @@ GET https://pets.org/cats/cutest
|
||||
|
||||
HTTP/1.0 200
|
||||
# Cat name are structured like this `meow + id`: for instance `meow123456`
|
||||
[Captures]
|
||||
[Asserts]
|
||||
jsonpath "$.cats[0].name" regex /meow(\d+)/ == "123456"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user