From e9c835ad06bdded6a720ad59054a7b058ace4d9c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Oct 2003 09:53:21 +0000 Subject: David Hull made the file: URL parser also accept the somewhat sloppy file syntax: file:/path. I added test case 203 to verify this. --- tests/data/test203 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/data/test203 (limited to 'tests/data/test203') 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 + + +foo + bar +bar + foo +moo + + + +# Client-side + + +none + + +file:/path URL with a single slash + + +file:%PWD/log/test203.txt + + +foo + bar +bar + foo +moo + + + +# Verify data after the test has been "shot" + + -- cgit v1.2.3