diff --git a/trie_test.go b/trie_test.go index fe7d490..0806494 100644 --- a/trie_test.go +++ b/trie_test.go @@ -233,6 +233,12 @@ func (s *TrieSuite) TestMergeAndMatchCases(c *C) { "http://google.com/v42/domains/domain1", "/v/domains/", }, + // Int matcher at the end of the Trie + { + []string{"/v/domains/"}, + "http://google.com/v42/domains/1", + "/v/domains/", + }, // Int matcher, no match { []string{"/v/domains/", "//domains/"},