mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
15 lines
158 B
Plaintext
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
|
||
|
```
|
||
|
|