test543 515 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <testcase>
  2. <info>
  3. <keywords>
  4. curl_easy_escape
  5. </keywords>
  6. </info>
  7. # Server-side
  8. # Client-side
  9. <client>
  10. <server>
  11. none
  12. </server>
  13. <tool>
  14. lib%TESTNUMBER
  15. </tool>
  16. <name>
  17. curl_easy_escape
  18. </name>
  19. <command>
  20. -
  21. </command>
  22. </client>
  23. # Verify data after the test has been "shot"
  24. #
  25. # There's no MTDM in the protocol here since this code doesn't ask for the
  26. # time/date of the file
  27. <verify>
  28. <stdout>
  29. %9C%26K%3DI%04%A1%01%E0%D8%7C%20%B7%EFS%29%FA%1DW%E1
  30. IN: '' OUT: ''
  31. IN: ' 12' OUT: '%2012'
  32. </stdout>
  33. </verify>
  34. </testcase>