(t *testing.T, test routeTest)
| 1882 | } |
| 1883 | |
| 1884 | func testUseEscapedRoute(t *testing.T, test routeTest) { |
| 1885 | test.route.useEncodedPath = true |
| 1886 | testRoute(t, test) |
| 1887 | } |
| 1888 | |
| 1889 | func testTemplate(t *testing.T, test routeTest) { |
| 1890 | route := test.route |
no test coverage detected