2021-11-26 10:16:04 +03:00
|
|
|
# Testing trailing whitespace
|
|
|
|
# Response '<p>Hello</p>\n\n'
|
|
|
|
|
2022-11-18 16:26:00 +03:00
|
|
|
# Testing with a multiline string
|
2021-11-26 10:16:04 +03:00
|
|
|
# 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>
|
2021-11-26 10:16:04 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
# 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
|
2021-11-26 10:16:04 +03:00
|
|
|
# <p>Hello</p>
|