hurl/integration/tests_ok/multilines.hurl

15 lines
158 B
Plaintext

GET http://localhost:8000/multilines
HTTP/* 200
[Asserts]
body == "line1\nline2\nline3\n"
body == ```line1
line2
line3
```
body == ```
line1
line2
line3
```