add an edge case from httprouter (#1407)

This commit is contained in:
田欧
2018-06-23 11:06:27 +08:00
committed by Bo-Yi Wu
parent 760d0574db
commit 1f59bad84b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ var cleanTests = []struct {
// missing root
{"", "/"},
{"a/", "/a/"},
{"abc", "/abc"},
{"abc/def", "/abc/def"},
{"a/b/c", "/a/b/c"},