diff options
Diffstat (limited to 'tests/data/test203')
-rw-r--r-- | tests/data/test203 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/data/test203 b/tests/data/test203 new file mode 100644 index 000000000..051c8a871 --- /dev/null +++ b/tests/data/test203 @@ -0,0 +1,34 @@ +# 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> |