More dispatch tests. people/apeiron/extend-dispatch-tests
authorChris Nehren <apeiron@cpan.org>
Sat, 10 Sep 2011 04:30:51 +0000 (00:30 -0400)
committerChris Nehren <apeiron@cpan.org>
Sat, 10 Sep 2011 04:30:51 +0000 (00:30 -0400)
commit4b8f2b1fbaa2bb305b38527ef46dd6fc805f4439
treed61d450a2b6781dac9ff27c10630503a035c4487
parentefd971bbd7d5afc93b59553c1b10dcee6ea605c9
More dispatch tests.

Tests added so far:

GET+/** yields [qw(foo bar)] when called with /foo/bar
GET+(**) yields 'foo/bar' when called with /foo/bar
GET+/*.* yields qw(foo bar) when called with /foo.bar
GET+/(*.*) yields 'foo.bar' when called with /foo.bar
t/dispatch_parser.t