aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test203
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-29 09:53:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-29 09:53:21 +0000
commite9c835ad06bdded6a720ad59054a7b058ace4d9c (patch)
tree8bca4c3cf5adfc5a0ec6367c7e7537b6115db82c /tests/data/test203
parent0701b973dfdf13af115d5731fae16c0447c68d88 (diff)
David Hull made the file: URL parser also accept the somewhat sloppy file
syntax: file:/path. I added test case 203 to verify this.
Diffstat (limited to 'tests/data/test203')
-rw-r--r--tests/data/test20334
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>