Skip to content

Commit

Permalink
test: "file://example.net/p/../C:/"
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Feb 26, 2017
1 parent 272da6b commit 764b430
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ void test_parser()
url_testas("file:///example.net/C:/");
url_testas("file:/example.net/C:/");
url_testas("file:example.net/C:/");
// C:
url_testas("file://example.net/p/../C:/");
url_testas("file://example.net/../C:/");
// no warnings?
url_testas("file:///C:/path");
url_testas("file://C:/path");
Expand Down

0 comments on commit 764b430

Please sign in to comment.