curl/tests/data/test761
Daniel Stenberg cb0636980b
tool_urlglob: add named globs
Idea-by: Bastian Jesuiter

Verified by test 2408 - 2411

Closes #21409
2026-05-12 08:33:01 +02:00

29 lines
449 B
XML

<?xml version="1.0" encoding="US-ASCII"?>
<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 position 403:
http://testingthis/%repeat[114 x {a}b]%{a
</stderr>
</verify>
</testcase>