aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_dispatcher.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy_dispatcher.erl')
-rw-r--r--src/cowboy_dispatcher.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_dispatcher.erl b/src/cowboy_dispatcher.erl
index 47da5cb..0743747 100644
--- a/src/cowboy_dispatcher.erl
+++ b/src/cowboy_dispatcher.erl
@@ -166,6 +166,7 @@ match_test_() ->
{ok, match_any_subdomain_users, [], []}},
{["www", "dev-extend", "eu"], ["users", "42", "mails"],
{ok, match_any, [], []}},
+ {["www", "dev-extend", "eu"], [], {ok, match_any, [], []}},
{["www", "any", "dev-extend", "eu"], ["not_users", "42", "mails"],
{error, notfound, path}},
{["dev-extend", "eu"], [], {ok, match_extend, [], []}},