mirror of
https://github.com/curl/curl.git
synced 2026-07-26 12:37:16 +03:00
tests: fix tag markup issues in some tests
This commit is contained in:
parent
29a19369ec
commit
37a3c63427
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<testcase><testcase>
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ verbose logs
|
|||
|
||||
# Server-side
|
||||
<reply>
|
||||
<data1 crlf=yes">
|
||||
<data1 crlf="yes">
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: server.example.com
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ verbose logs
|
|||
|
||||
# Server-side
|
||||
<reply>
|
||||
<data1 crlf=yes">
|
||||
<data1 crlf="yes">
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: server.example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue