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=dd6e59fbb5c70b489016b6f14883e4783241024f;hb=9208158e8310a611cd47ef9b7c0f66e50c6f9df2;hp=0c96357b35dcc369f557473364f2671539bf112d;hpb=ab0b6bbd649a6cc393814ccc262184d8e0038b0f;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/t/ESITest/root/index.tt b/t/ESITest/root/index.tt index 0c96357..dd6e59f 100644 --- a/t/ESITest/root/index.tt +++ b/t/ESITest/root/index.tt @@ -7,3 +7,6 @@ Test subinclude using specific plugins:
[% subinclude_using('SubRequest', '/time_include', { 'plugin' => 'SubRequest'} ) %]
[% subinclude_using('Visit', '/time_include', { 'plugin' => 'Visit'} ) %]
[% subinclude_using('ESI', '/time_include', { 'plugin' => 'ESI'} ) %]
+ +

+[% subinclude_using('SubRequest', '/time_args', ['test'], { 'baz' => 'quux' }) %]