diff --git a/filename_test.go b/filename_test.go index 2dc842e..d57d4c4 100644 --- a/filename_test.go +++ b/filename_test.go @@ -18,5 +18,7 @@ var TestUrls = map[string]string{ "http://example.com/": "index", "http://example.com/index.html": "index.html", "http://example.com/?page=about": "index", + "http://example.com/some/path/": "index", + "http://example.com/some/path/?page=about": "index", "http://example.com/about.php?session=asdf": "about.php", }