diff --git a/gin_integration_test.go b/gin_integration_test.go index 094c46e8..4369baff 100644 --- a/gin_integration_test.go +++ b/gin_integration_test.go @@ -524,4 +524,5 @@ func TestTreeRunDynamicRouting(t *testing.T) { testRequest(t, ts.URL+"/a/dd", "404 Not Found") testRequest(t, ts.URL+"/addr/dd/aa", "404 Not Found") testRequest(t, ts.URL+"/something/secondthing/121", "404 Not Found") + testRequest(t, ts.URL+"/cc/dd/ee/ff/gg/hh1", "404 Not Found") }