diff options
Diffstat (limited to 'test/URI/smith.uri')
-rw-r--r-- | test/URI/smith.uri | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/URI/smith.uri b/test/URI/smith.uri new file mode 100644 index 0000000..6cc6c87 --- /dev/null +++ b/test/URI/smith.uri @@ -0,0 +1,15 @@ +/foo/../bar +foo/../bar +./foo/../bar +foo/./../bar +foo/bar/.././../baz +foo/.. +foo/bar/.. +./foo +././foo +.././foo./ +.././foo/. +/foo +../foo +../../foo +../../../foo |