From ca8af853b6625d0300f2d7d347a279ece6099e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 22:52:48 +0100 Subject: Fix broken test. --- tests/server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/server.scm') 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)) -- cgit v1.2.3