mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 08:02:12 +03:00
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
'equals' predicate is now deprecated. Use '==' instead
|
|
error: Parsing escape character
|
|
--> tests_error_parser/invalid_escape.hurl:4:25
|
|
|
|
|
4 | xpath "//item" equals "\d\d\d\d-\d\d-\d\d"
|
|
| ^ the escaping sequence is not valid
|
|
|
|
|
|