etlegacy-libs/curl/tests/data/test1220

38 lines
507 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
2016-09-16 04:29:17 +00:00
<info>
<keywords>
FILE
URL
</keywords>
</info>
2012-06-01 15:23:17 +00:00
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
file
</server>
<name>
file:// URLs with query string
</name>
2019-01-03 15:09:10 +00:00
<command option="no-include">
2019-12-20 11:07:02 +00:00
file://localhost%FILE_PWD/log/test1220.txt?a_query=foobar#afragment
2012-06-01 15:23:17 +00:00
</command>
<file name="log/test1220.txt">
contents in a single file
</file>
</client>
# Verify data after the test has been "shot"
<verify>
<stdout>
contents in a single file
</stdout>
</verify>
</testcase>