csabakeszegh 2113827719 Enable parsing absolute Windows paths even if it starts with a slash (#1680)
In file URI when using absolute path on windows one has to write additional
'/' before the drive letter (empty host part). Eg: `file:///c:/windows/system32/`
`Path::parseWindows` throws an exception when using `URI::getPath()` to feed
it directly. The whole point of the commit to enable `/<DRIVE_LETTER>:` style
path as absolute path.
Test case added.
2017-10-06 20:54:08 -05:00
..
2017-09-09 10:50:32 +02:00
2017-09-09 10:50:32 +02:00
2017-09-09 10:50:32 +02:00
2017-09-09 10:50:32 +02:00