| <?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 URL position 403: | |
| http://testingthis/%repeat[113 x {a}b]%{a | |
| </stderr> | |
| </verify> | |
| </testcase> |