curl-curl/tests/data/test761
Viktor Szakats 6b26d465e1
tests/data: use more repeat macro
Found in `client/command` sections.

Closes #19499
2025-11-12 20:07:19 +01:00

31 lines
415 B
Plaintext

<testcase>
<info>
<keywords>
globbing
</keywords>
</info>
#
# Client-side
<client>
<name>
too many {} globs
</name>
<command>
http://testingthis/%repeat[201 x {a}b]%
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
3
</errorcode>
<stderr mode="text">
curl: (3) too many {} sets in URL position 403:
http://testingthis/%repeat[113 x {a}b]%{a
</stderr>
</verify>
</testcase>