summaryrefslogtreecommitdiff
path: root/pecan/tests/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'pecan/tests/test_base.py')
-rw-r--r--pecan/tests/test_base.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pecan/tests/test_base.py b/pecan/tests/test_base.py
index 785b522..5baab91 100644
--- a/pecan/tests/test_base.py
+++ b/pecan/tests/test_base.py
@@ -2231,6 +2231,13 @@ class TestExplicitRoute(PecanTestCase):
'path(with-parens)',
'path;with;semicolons',
'path:with:colons',
+ 'v2.0',
+ '~username',
+ 'somepath!',
+ 'four*four',
+ 'one+two',
+ '@twitterhandle',
+ 'package=pecan'
):
handler = C()
route(C, path, handler)