mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
More tests, fixes #320
This commit is contained in:
parent
69795f5fe7
commit
e2a297a69d
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@
|
|||
false "/a" "/:a/b"
|
||||
false "/a" "/:a/b"
|
||||
|
||||
;; #320
|
||||
false "/repo/:owner/:repo/contributors" "/repo/:owner/:repo/languages"
|
||||
false "/repo/:owner/:repo/contributors" "/repo/:not-owner/:not-repo/language"
|
||||
|
||||
false "/a" "/{a}/b"
|
||||
false "/a" "/{a}/b"))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue