hurl/integration/tests_ok/multilines.hurl
2022-11-11 14:25:00 +01:00

15 lines
156 B
Plaintext

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