test1234 412 B

123456789101112131415161718192021222324252627282930313233
  1. <testcase>
  2. <info>
  3. <keywords>
  4. globbing
  5. {} list
  6. FAILURE
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. none
  16. </server>
  17. <name>
  18. abusing {}-globbing
  19. </name>
  20. <command>
  21. "%HOSTIP:%HTTPPORT/1234[0-1]{" "%HOSTIP:%HTTPPORT/{}{}{}{"
  22. </command>
  23. </client>
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. # 3 == CURLE_URL_MALFORMAT
  27. <errorcode>
  28. 3
  29. </errorcode>
  30. </verify>
  31. </testcase>