mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
split the controller's method lexer and parser to another file to simplify the code, we need more steps to simplify it enough before pushing to master
Former-commit-id: ee968d822088bec428e4b7cee24ca7690d0bf504
This commit is contained in:
@@ -404,8 +404,6 @@ func TestControllerRelPathFromFunc(t *testing.T) {
|
||||
e.GET("/anything/here").Expect().Status(iris.StatusOK).
|
||||
Body().Equal("GET:/anything/here")
|
||||
|
||||
e.GET("/params/without/keyword/param1/param2").Expect().Status(iris.StatusOK).
|
||||
Body().Equal("PUT:/params/without/keyword/param1/param2")
|
||||
}
|
||||
|
||||
type testControllerActivateListener struct {
|
||||
|
||||
Reference in New Issue
Block a user