aboutsummaryrefslogtreecommitdiff
path: root/tests/server.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 21:58:22 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:49:05 +0100
commit7859d0fe7249acc97e0321849a7b1acbcefbc1ff (patch)
tree039bc31337f89a8ef675da25abd35feaa3d79abe /tests/server.scm
parentAdd commentary to run-tests. (diff)
downloadcalp-7859d0fe7249acc97e0321849a7b1acbcefbc1ff.tar.gz
calp-7859d0fe7249acc97e0321849a7b1acbcefbc1ff.tar.xz
Add commentary to all test files.
Diffstat (limited to 'tests/server.scm')
-rw-r--r--tests/server.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/server.scm b/tests/server.scm
index a9cb870e..0efd63d0 100644
--- a/tests/server.scm
+++ b/tests/server.scm
@@ -1,4 +1,6 @@
-(((web http make-routes) parse-endpoint-string))
+;;; Commentary:
+;; Tests parse-endpoint-string, used for defining server routes.
+;;; Code:
(test-assert (parse-endpoint-string "/static/:dir/:file"))
;; => "/static/([^/]+)/([^/]+)"