X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2FESITest%2Froot%2Findex.tt;fp=t%2FESITest%2Froot%2Findex.tt;h=0e88e0ac3c8be88a4f81ad8e3cf65c1f6809e18f;hb=f61393b7604672af2554b179353bad727934ec02;hp=913c8888ffa29d52bc40e6e15b07bd28e87827c1;hpb=e3c8a4c37adf8d8aa7b9a7bc8a1dc1383133e972;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/t/ESITest/root/index.tt b/t/ESITest/root/index.tt index 913c888..0e88e0a 100644 --- a/t/ESITest/root/index.tt +++ b/t/ESITest/root/index.tt @@ -41,3 +41,9 @@ Test CaptureArgs and Args interaction (ESI):

[% subinclude_using('ESI', '/time_args_without_capture', 'regular_arg', { query_arg => 'val' }) %]
(using: [% c.uri_for( c.controller.action_for('time_args_without_capture'), 'regular_arg', { query_arg => 'val' } ) %])
+ +


+ +Test Args when Chained is not being used: +[% subinclude_using('SubRequest', '/time_args_no_chained', 'regular_arg1', 'regular_arg2', { query_arg => 'val' } ) %]
+(using: [% c.uri_for( c.controller.action_for('time_args_no_chained'), 'regular_arg1', 'regular_arg2', { query_arg => 'val' } ) %])