MCPcopy
hub / github.com/gin-gonic/gin / TestCatchAllAfterSlash

Function TestCatchAllAfterSlash

tree_test.go:431–436  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

testRoutesFunction · 0.85

Tested by

no test coverage detected