aboutsummaryrefslogtreecommitdiff
path: root/tests/server.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server.scm')
-rw-r--r--tests/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server.scm b/tests/server.scm
index 706697f6..d21c11da 100644
--- a/tests/server.scm
+++ b/tests/server.scm
@@ -10,7 +10,7 @@
;; Checks that parsing produces correct results
(let* ((path args (parse-endpoint-string "/static/:dir/:file")))
- (test-equal "/static/([^/]+)/([^/]+)" path)
+ (test-equal "/static/([^/.]+)/([^/.]+)" path)
(test-equal '(dir file) args))