mirror of
https://github.com/curl/curl.git
synced 2026-04-21 18:42:12 +03:00
- drop stray duplicate empty lines in docs, scripts, test data, include, examples, tests. - drop duplicate PP parenthesis. - curl-functions.m4: move literals to the right side in if expressions, to match rest of the source code. - FAQ.md: delete language designator from an URL. - packages: apply clang-format (OS400, VMS). - scripts/schemetable.c: apply clang-format. - data320: delete duplicate empty line that doesn't change the outcome. - spacecheck: extend to check for duplicate empty lines (with exceptions.) - fix whitespace nits Closes #19936
27 lines
314 B
Text
27 lines
314 B
Text
<testcase>
|
|
<info>
|
|
<keywords>
|
|
cmdline
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<name>
|
|
Pass in string to -C
|
|
</name>
|
|
<command>
|
|
http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER -C wrong
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
2
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|