Commit f80544be f80544be2213e8f63c098465543fc598be05dbfd by Sergey Poznyakoff

proto:///file means absolute file name.

1 parent 52eaad7a
......@@ -47,17 +47,7 @@ scheme:relative/path => SUCCESS
path <relative/path>
query <>
scheme:///relative/path => SUCCESS
scheme <scheme>
user <>
passwd <>
auth <>
host <>
port 0
path <relative/path>
query <>
scheme:////absolute/path => SUCCESS
scheme:///absolute/path => SUCCESS
scheme <scheme>
user <>
passwd <>
......@@ -177,7 +167,7 @@ ftp://@//a/path => SUCCESS
path </a/path>
query <>
ftp:////a/path => SUCCESS
ftp:/a/path => SUCCESS
scheme <ftp>
user <>
passwd <>
......@@ -294,7 +284,7 @@ ftp:///a/path => SUCCESS
auth <>
host <>
port 0
path <a/path>
path </a/path>
query <>
pop://pop.example.net => SUCCESS
......