mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
35 lines
357 B
Text
35 lines
357 B
Text
|
# Server-side
|
||
|
<reply>
|
||
|
<data>
|
||
|
foo
|
||
|
bar
|
||
|
bar
|
||
|
foo
|
||
|
moo
|
||
|
</data>
|
||
|
</reply>
|
||
|
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
none
|
||
|
</server>
|
||
|
<name>
|
||
|
file:/path URL with a single slash
|
||
|
</name>
|
||
|
<command>
|
||
|
file:%PWD/log/test203.txt
|
||
|
</command>
|
||
|
<file name="log/test203.txt">
|
||
|
foo
|
||
|
bar
|
||
|
bar
|
||
|
foo
|
||
|
moo
|
||
|
</file>
|
||
|
</test>
|
||
|
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
</verify>
|