Skip to content

Commit d18b54c

Browse files
committed
use carriage return in fixtures
used the `unix2dos` command for this. Works well enough. Thanks! Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 6b0af9a commit d18b54c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

tests/fixtures/request1.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
POST / HTTP/1.1
2-
Host: localhost:8080
3-
User-Agent: curl/7.54.0
4-
Accept: */*
5-
Content-Length: 2
6-
Content-Type: application/x-www-form-urlencoded
7-
1+
POST / HTTP/1.1
2+
Host: localhost:8080
3+
User-Agent: curl/7.54.0
4+
Accept: */*
5+
Content-Length: 2
6+
Content-Type: application/x-www-form-urlencoded
7+

tests/fixtures/response1.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
HTTP/1.1 200 OK
2-
Content-Length: 0
3-
Date: {DATE}
4-
content-type: text/plain; charset=utf-8
5-
1+
HTTP/1.1 200 OK
2+
Content-Length: 0
3+
Date: {DATE}
4+
content-type: text/plain; charset=utf-8
5+

0 commit comments

Comments
 (0)