mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
tests/data: Fix some mismatched XML tags in test cases
This allows these test files to pass xmllint.
This commit is contained in:
parent
675eeb1c94
commit
93653ef9e2
@ -26,7 +26,7 @@ Content-Type: text/html
|
||||
Content-Length: 4
|
||||
|
||||
hej
|
||||
</data>
|
||||
</data2>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
@ -7,8 +7,6 @@ curl_easy_option
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
@ -8,8 +8,6 @@ typecheck
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user