# Testing trailing whitespace # Response '
Hello
\n\n' # Testing with a multiline string # check exactly the whitespace # It should produce an assert error GET http://localhost:8000/error-assert-newline HTTP 200 ```Hello
``` # TODO # Testing with XML # Ignore trailing whitespace (semantic comparison) # It should not produce an error # GET http://localhost:8000/error-assert-newline # HTTP 200 #Hello