hurl/integration/tests/error_assert_match_utf8.err

8 lines
162 B
Plaintext
Raw Normal View History

2020-09-15 14:48:58 +03:00
error: Invalid Decoding
2020-08-27 10:07:46 +03:00
--> tests/error_assert_match_utf8.hurl:4:1
|
4 | body matches ".*"
2020-09-15 14:48:58 +03:00
| ^^^^ The body can not be decoded with charset 'utf-8'
2020-08-27 10:07:46 +03:00
|