Fix
This commit is contained in:
parent
09c5a126be
commit
d20dbe2649
3 changed files with 5 additions and 5 deletions
tests
|
@ -23,8 +23,8 @@
|
|||
(ok (string= (path->uri "/nested/index") "/nested")))
|
||||
|
||||
(testing "dynamic path"
|
||||
(ok (string= (path->uri "/user/[id]") "/user/:id"))
|
||||
(ok (string= (path->uri "/location/[country]/[city]") "/location/:country/:city" ))))
|
||||
(ok (string= (path->uri "/user/<id>") "/user/:id"))
|
||||
(ok (string= (path->uri "/location/<country>/<city>") "/location/:country/:city" ))))
|
||||
|
||||
(deftest package-test
|
||||
(testing "normal case"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue