From: Florian Ragwitz Date: Thu, 12 Nov 2009 16:08:57 +0000 (+0000) Subject: trailing whitespace X-Git-Tag: 5.80014~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60dadd31309ce4a374c4dfc095c1655f706d28a5;hp=36c67dc10cd5a928718d4e9122e03297a959a47e;p=catagits%2FCatalyst-Runtime.git trailing whitespace --- diff --git a/t/aggregate/live_component_controller_action_chained.t b/t/aggregate/live_component_controller_action_chained.t index 099c833..8b0c1f9 100644 --- a/t/aggregate/live_component_controller_action_chained.t +++ b/t/aggregate/live_component_controller_action_chained.t @@ -1018,12 +1018,12 @@ sub run_tests { 'request with URI-encoded arg' ); like( $content, qr{foo/bar;\z}, 'args decoded' ); } - + # Test round tripping, specifically the / character %2F in uri_for: # not being able to feed it back action + captureargs and args into uri for and result in the original # request uri is a major piece of suck ;) # FIXME - what about people who have code to hack around this and manually uri encode args and captures - # themselves, erk! + # themselves, erk! foreach my $thing ( ['foo', 'bar'], ['foo%2Fbar', 'baz'],