tests: fix tag syntax errors in test files

This commit is contained in:
Dan Fandrich 2022-09-06 11:27:06 -07:00
parent 0c68e2545c
commit 2a0a62a5d1
6 changed files with 5 additions and 6 deletions

View File

@ -70,4 +70,3 @@ Accept: */*
</stdout>
</verify>
</testcase>
o

View File

@ -28,7 +28,7 @@ Content-Length: 0
Set-Cookie: 1cookie=data1;
Set-Cookie: 2cookie=data2;
</data>
</data2>
</reply>
# Client-side

View File

@ -28,7 +28,7 @@ Content-Length: 0
Set-Cookie: 1cookie=data1;
Set-Cookie: 2cookie=data2;
</data>
</data2>
</reply>
# Client-side

View File

@ -1,3 +1,4 @@
<testcase>
# perl:
#
# for(1 .. 151) {
@ -6,7 +7,6 @@
# "name$_", "could-be-large-$_")."\n";
# }
#
<testcase>
<info>
<keywords>
HTTP

View File

@ -1,3 +1,4 @@
<testcase>
# perl:
#
#for(1 .. 20) {
@ -6,7 +7,6 @@
# "huge-$_", ('a' x 500)."-$_")."\n";
#}
#
<testcase>
<info>
<keywords>
HTTP

View File

@ -1,10 +1,10 @@
<testcase>
# perl:
#
#for(1 .. 200) {
#
#}
#
<testcase>
<info>
<keywords>
HTTP