(t *testing.T)
| 429 | } |
| 430 | |
| 431 | func TestCatchAllAfterSlash(t *testing.T) { |
| 432 | routes := []testRoute{ |
| 433 | {"/non-leading-*catchall", true}, |
| 434 | } |
| 435 | testRoutes(t, routes) |
| 436 | } |
| 437 | |
| 438 | func TestTreeChildConflict(t *testing.T) { |
| 439 | routes := []testRoute{ |
nothing calls this directly
no test coverage detected