1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests/data: Fix some mismatched XML tags in test cases

This allows these test files to pass xmllint.
This commit is contained in:
Dan Fandrich 2020-09-23 14:53:08 -07:00
parent 675eeb1c94
commit 93653ef9e2
4 changed files with 1 additions and 6 deletions

View File

@ -26,7 +26,7 @@ Content-Type: text/html
Content-Length: 4
hej
</data>
</data2>
</reply>
# Client-side

View File

@ -7,8 +7,6 @@ curl_easy_option
# Server-side
<reply>
</data>
</reply>
# Client-side

View File

@ -8,8 +8,6 @@ typecheck
# Server-side
<reply>
</data>
</reply>
# Client-side

View File

@ -30,7 +30,6 @@ HTTP custom Content-Type with parameter
<command>
http://%HOSTIP:%HTTPPORT/we/want/669 -H 'Content-type: multipart/form-data; charset=utf-8' -F name=daniel -F tool=curl
</command>
</file>
</client>
# Verify data after the test has been "shot"