From 37b14800e526764b191a0d3493ad8ce2135ca4fd Mon Sep 17 00:00:00 2001 From: James Jefferies Date: Thu, 11 Sep 2025 22:14:42 +0100 Subject: [PATCH] Add test to demonstrate stripping of extra forward slashes --- tests/test_custom_pages.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_custom_pages.py b/tests/test_custom_pages.py index f2cfe394..48b27e7b 100644 --- a/tests/test_custom_pages.py +++ b/tests/test_custom_pages.py @@ -97,3 +97,8 @@ def test_custom_route_pattern_404(custom_pages_client): assert response.status == 404 assert "

Error 404

" in response.text assert ">Oh no