mirror of
https://github.com/kataras/iris.git
synced 2025-12-25 22:07:03 +00:00
Nothing special here (yet)
Former-commit-id: 826d7c370481b78afd9ba92f4ae8bef1fb85a567
This commit is contained in:
@@ -35,9 +35,10 @@ func TestPathParser(t *testing.T) {
|
||||
PathParamTmpl{
|
||||
SegmentIndex: 1,
|
||||
Param: ParamTmpl{
|
||||
Name: "id",
|
||||
Expression: "int",
|
||||
Macro: MacroTmpl{Name: "int"},
|
||||
Name: "id",
|
||||
Expression: "int",
|
||||
FailStatusCode: 404,
|
||||
Macro: MacroTmpl{Name: "int"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user