mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
GET http://localhost:8000/hello
|
|
HTTP/1.1 200
|
|
[Asserts]
|
|
xpath "//item" equals "\d\d\d\d-\d\d-\d\d"
|
|
#xpath "//item" contains "\\d\\d\\d\\d-\\d\\d-\\d\\d"
|
|
# you need to escape twice (one for regex one for json
|