mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Improve make_safe_uri coverage.
This commit is contained in:
@@ -31,6 +31,8 @@ static char const *tests[] = {
|
||||
"/", "/",
|
||||
"/.", "/",
|
||||
"/./", "/",
|
||||
"/.d", "/.d",
|
||||
"//.d", "/.d",
|
||||
"/../", NULL,
|
||||
"/abc", "/abc",
|
||||
"/abc/", "/abc/",
|
||||
|
||||
Reference in New Issue
Block a user