Blame test/data/path-test.txt

Packit Service 21b5d1
dir/base dir base
Packit Service 21b5d1
a/b/c a/b c
Packit Service 21b5d1
a/b/c/ a/b c
Packit Service 21b5d1
/ /
Packit Service 21b5d1
/a / a
Packit Service 21b5d1
foo . foo
Packit Service 21b5d1
bar/ . bar
Packit Service 21b5d1
bar\ . bar
Packit Service 21b5d1
dir\base dir base
Packit Service 21b5d1
a\b\c a\b c
Packit Service 21b5d1
a\b\c\ a\b c
Packit Service 21b5d1
c:\ c:
Packit Service 21b5d1
c:\bar c: bar
Packit Service 21b5d1
d:\foo\bar d:\foo bar 
Packit Service 21b5d1
a . a
Packit Service 21b5d1
/////////// /
Packit Service 21b5d1
\\ \
Packit Service 21b5d1
\\srvfile00\foo\bar \\srvfile00\foo bar
Packit Service 21b5d1
\\srvfile01\foo \\srvfile01 foo
Packit Service 21b5d1
\\srvfile02 \\srvfile02 
Packit Service 21b5d1
\\srvfile03\ \\srvfile03 
Packit Service 21b5d1
//srvfile04 / srvfile04 
Packit Service 21b5d1
//srvfile03/foo //srvfile03 foo 
Packit Service 21b5d1
//srvfile02/foo/bar //srvfile02/foo bar