X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_args.t;h=861b4ad631f3517fd33170297582ddc74a030ce8;hb=c7ded7aaf69e506924a5406349fd665c7717acb8;hp=c4fdc17d691eaefbb34fe1a5a82f11c04360b9f3;hpb=e7ca2e0e77986096bc55653b92c5f40d44470337;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_args.t b/t/live_component_controller_args.t index c4fdc17..861b4ad 100644 --- a/t/live_component_controller_args.t +++ b/t/live_component_controller_args.t @@ -13,21 +13,21 @@ our $iters; BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; - # add special paths to test here - @paths = ( - # all reserved in uri's - qw~ : / ? [ ] @ ! $ & ' ( ) * + ; = ~, ',' , '#', + # add special paths to test here + @paths = ( + # all reserved in uri's + qw~ : / ? [ ] @ ! $ & ' ( ) * + ; = ~, ',' , '#', - # unreserved - 'a'..'z','A'..'Z',0..9,qw( - . _ ~ ), - " ", + # unreserved + 'a'..'z','A'..'Z',0..9,qw( - . _ ~ ), + " ", - # just to test %2F/% - [ qw~ / / ~ ], + # just to test %2F/% + [ qw~ / / ~ ], - # testing %25/%25 - [ qw~ % % ~ ], - ); + # testing %25/%25 + [ qw~ % % ~ ], + ); } use Test::More tests => 6*@paths * $iters;