mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +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
|
|
```
|
|
|