hurl/integration/tests_error_parser/invalid_regex.err

8 lines
216 B
Plaintext
Raw Normal View History

2022-01-27 00:10:48 +03:00
error: Parsing regex
--> tests_error_parser/invalid_regex.hurl:4:23
|
4 | jsonpath "$.data" == /aa{a}/
2022-08-08 19:33:49 +03:00
| ^ invalid Regex expression: repetition quantifier expects a valid decimal
2022-01-27 00:10:48 +03:00
|