hurl/integration/tests_failed/assert_newline.hurl

20 lines
425 B
Plaintext
Raw Normal View History

# Testing trailing whitespace
# Response '<p>Hello</p>\n\n'
2022-11-18 16:26:00 +03:00
# Testing with a multiline string
# check exactly the whitespace
# It should produce an assert error
GET http://localhost:8000/error-assert-newline
2022-11-11 16:25:00 +03:00
HTTP 200
2022-11-15 14:00:29 +03:00
```
<p>Hello</p>
```
# TODO
# Testing with XML
# Ignore trailing whitespace (semantic comparison)
# It should not produce an error
# GET http://localhost:8000/error-assert-newline
2022-11-11 16:25:00 +03:00
# HTTP 200
# <p>Hello</p>