Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Tools / NVelocity / test / templates / literal.vm
blob10c996a3bbe0ba7860f1ef3cae5eb432808b586c
1 #*
3 @test literal.vm
5 This template is used for Velocity regression testing.
6 If you alter this template make sure you change the
7 corresponding comparison file so that the regression 
8 test doesn't fail incorrectly.
12 #literal()
14 #foreach ($woogie in $boogie)
15   nothing will happen to $woogie
16 #end  
18 #if($skin)
19     $!data.setLayoutTemplate($!skin.getLayout())
20     $!page.setCss($!skin.getCss())
21 #end
23 #end