mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
|
GET http://localhost:8000/assert-match
|
||
|
HTTP/1.0 200
|
||
|
[Asserts]
|
||
|
jsonpath "$.date1" matches "\\d{4}-\\d{2}-\\d{2}"
|
||
|
jsonpath "$.date2" matches "\\d{4}-\\d{2}-\\d{2}"
|
||
|
jsonpath "$.date1" matches "^\\d{4}-\\d{2}-\\d{2}$"
|
||
|
jsonpath "$.date2" not matches "^\\d{4}-\\d{2}-\\d{2}$"
|