curl-curl/tests/data/test399
Viktor Szakats a87383828e
badwords: fix issues found in tests
There remain some false positives, hits in test data, and `dir` use,
around 100 issues in total.

There is no plan to enforce badwords on tests.

Also:
- badwords.txt: let a few `manpage[s]` occurrences through
  (in Perl code).

Closes #19541
2025-11-17 13:30:35 +01:00

33 lines
375 B
Plaintext

<testcase>
<info>
<keywords>
URL
</keywords>
</info>
#
# Client-side
<client>
<server>
http
</server>
<name>
65536 bytes long hostname in URL
</name>
<file name="%LOGDIR/input%TESTNUM">
url = http://%repeat[65536 x a]%/399
</file>
<command>
-K %LOGDIR/input%TESTNUM
</command>
</client>
<verify>
# 3 == CURLE_URL_MALFORMAT
<errorcode>
3
</errorcode>
</verify>
</testcase>