mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
tests: fix tag syntax errors in test files
This commit is contained in:
parent
0c68e2545c
commit
2a0a62a5d1
@ -70,4 +70,3 @@ Accept: */*
|
||||
</stdout>
|
||||
</verify>
|
||||
</testcase>
|
||||
o
|
@ -28,7 +28,7 @@ Content-Length: 0
|
||||
Set-Cookie: 1cookie=data1;
|
||||
Set-Cookie: 2cookie=data2;
|
||||
|
||||
</data>
|
||||
</data2>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
@ -28,7 +28,7 @@ Content-Length: 0
|
||||
Set-Cookie: 1cookie=data1;
|
||||
Set-Cookie: 2cookie=data2;
|
||||
|
||||
</data>
|
||||
</data2>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
@ -1,3 +1,4 @@
|
||||
<testcase>
|
||||
# perl:
|
||||
#
|
||||
# for(1 .. 151) {
|
||||
@ -6,7 +7,6 @@
|
||||
# "name$_", "could-be-large-$_")."\n";
|
||||
# }
|
||||
#
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
|
@ -1,3 +1,4 @@
|
||||
<testcase>
|
||||
# perl:
|
||||
#
|
||||
#for(1 .. 20) {
|
||||
@ -6,7 +7,6 @@
|
||||
# "huge-$_", ('a' x 500)."-$_")."\n";
|
||||
#}
|
||||
#
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
|
@ -1,10 +1,10 @@
|
||||
<testcase>
|
||||
# perl:
|
||||
#
|
||||
#for(1 .. 200) {
|
||||
#
|
||||
#}
|
||||
#
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
|
Loading…
Reference in New Issue
Block a user