sketch test showing output
[catagits/Web-Simple.git] / t / dispatch_parser.t
index ab6206e..0a8b0cf 100644 (file)
@@ -68,7 +68,7 @@ is_deeply(
   '/post/one/ does not match'
 );
 
-my $combi = $dp->parse_dispatch_specification('GET /post/*');
+my $combi = $dp->parse_dispatch_specification('GET+/post/*');
 
 is_deeply(
   [ $combi->({ PATH_INFO => '/post/one', REQUEST_METHOD => 'GET' }) ],