hurl/integration/tests_error_parser/invalid_escape.hurl
2022-11-11 14:25:00 +01:00

7 lines
203 B
Plaintext

GET http://localhost:8000/hello
HTTP 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