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.
20 Hello from foo_two : $a
29 #foo( $notincontext.getThing() )
40 ## test to see if we can print these
44 #tester( $notincontext )
45 #tester( $notincontext.woogie() )
53 #macro( poundthis $truth )
55 <td align=center class=v10><b>#</b></td>
56 <td align=center class=v10><b> # </b></td>
57 <td align=center class=v10><b>\#</b></td>
64 ## test for bug reported when stringlit changed to on-init parsing
67 #macro( blorp $bar ) $bar #end
68 #macro( schlorp $i )#blorp( "hi $i" ) #end