[Catalyst-commits] r11805 -
Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/t/aggregate
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Thu Nov 12 16:08:58 GMT 2009
Author: rafl
Date: 2009-11-12 16:08:57 +0000 (Thu, 12 Nov 2009)
New Revision: 11805
Modified:
Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/t/aggregate/live_component_controller_action_chained.t
Log:
trailing whitespace
Modified: Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/t/aggregate/live_component_controller_action_chained.t
===================================================================
--- Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/t/aggregate/live_component_controller_action_chained.t 2009-11-12 01:44:46 UTC (rev 11804)
+++ Catalyst-Runtime/5.80/branches/uri_encode_captures_andor_args_take2/t/aggregate/live_component_controller_action_chained.t 2009-11-12 16:08:57 UTC (rev 11805)
@@ -1018,12 +1018,12 @@
'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'],
More information about the Catalyst-commits
mailing list