additional test
[catagits/Catalyst-View-Component-SubInclude.git] / t / ESITest / root / index.tt
index 913c888..0e88e0a 100644 (file)
@@ -41,3 +41,9 @@ Test CaptureArgs and Args interaction (ESI):<br/><br/>
 
 [% subinclude_using('ESI', '/time_args_without_capture', 'regular_arg', { query_arg => 'val' }) %]<br/>
 (using: [% c.uri_for( c.controller.action_for('time_args_without_capture'), 'regular_arg', { query_arg => 'val' } ) %])<br/>
+
+<br/><br/><br/>
+
+Test Args when Chained is not being used:
+[% subinclude_using('SubRequest', '/time_args_no_chained', 'regular_arg1', 'regular_arg2', { query_arg => 'val' } ) %]<br/>
+(using: [% c.uri_for( c.controller.action_for('time_args_no_chained'), 'regular_arg1', 'regular_arg2', { query_arg => 'val' } ) %])<br/>