vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Feb 20 17:22:02 2019 +0200| [56e845e86616d2390829347167ce91d69749c840] | committer: Rémi Denis-Courmont
url: test case for previous change > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=56e845e86616d2390829347167ce91d69749c840 --- src/test/url.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/url.c b/src/test/url.c index eb2fb2189f..14e715b102 100644 --- a/src/test/url.c +++ b/src/test/url.c @@ -304,6 +304,8 @@ int main (void) test_url_parse("http://example.com:-123", NULL, NULL, NULL, NULL, 0, NULL, NULL ); test_url_parse("http://example.com:-4294967298", NULL, NULL, NULL, NULL, 0, NULL, NULL ); test_url_parse("http://example.com:-18446744073709551615", NULL, NULL, NULL, NULL, 0, NULL, NULL ); + test_url_parse("http://user%/Oath", "http", NULL, NULL, NULL, 0, "/Oath", + NULL); /* Reference test cases for reference URI resolution */ static const char *rfc3986_cases[] = _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
