aboutsummaryrefslogtreecommitdiff
path: root/tests/server.scm
blob: a9cb870e66732ac3b8a34c57fbc050c440c6432f (plain)
1
2
3
4
5
6
(((web http make-routes) parse-endpoint-string))

(test-assert (parse-endpoint-string "/static/:dir/:file"))
;; => "/static/([^/]+)/([^/]+)"
;; => (dir file)