1
0
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:
Gerasimos (Makis) Maropoulos
2017-12-11 06:51:52 +02:00
parent 297c581e30
commit 689b671bf9
4 changed files with 283 additions and 271 deletions

View File

@@ -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 {