47 lines
498 B
Plaintext
47 lines
498 B
Plaintext
/
|
|
//
|
|
/foo
|
|
/foo/
|
|
/foo//
|
|
/foo/./
|
|
/foo/bar
|
|
/foo/bar.
|
|
/foo/bar.txt
|
|
/foo/bar.txt.zip
|
|
/foo/bar.dir/
|
|
/foo/bar.dir/file
|
|
/foo/bar.dir/file.txt
|
|
|
|
foo
|
|
foo/
|
|
foo/bar
|
|
foo/bar.txt
|
|
foo/bar.txt.zip
|
|
foo/bar.dir/
|
|
foo/bar.dir/file
|
|
foo/bar.dir/file.txt
|
|
.bar
|
|
foo.
|
|
./foo
|
|
./foo/
|
|
./foo/bar
|
|
./foo/bar.txt
|
|
./foo/bar.txt.zip
|
|
./foo/bar.dir/
|
|
./foo/bar.dir/file
|
|
./foo/bar.dir/file.txt
|
|
./.bar
|
|
~/foo.
|
|
~/foo
|
|
~/foo/
|
|
~/foo/bar
|
|
~/foo/bar.txt
|
|
~/foo/bar.txt.zip
|
|
~/foo/bar.dir/
|
|
~/foo/bar.dir/file
|
|
~/foo/bar.dir/file.txt
|
|
~/.bar
|
|
~/foo.
|
|
.
|
|
..
|