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 #set( $foo = [$this, $that, $woog.Bar, [$this, "this"] ])
14 $provider.concat(["a", "b", "c"])
17 $provider.objConcat( [1..2] )
18 $provider.objConcat( ["a","b"] )
19 $provider.objConcat( [1..2 ] )
20 $provider.objConcat( [$foo] )
21 $provider.objConcat( [ $foo] )
22 $provider.objConcat( [$foo ] )
24 #macro( showme $array )
25 #foreach( $i in $array )
33 #showme([$woog,$floog] )
39 $p.m( [ $A.g(1), $title ])
40 $pp.messageFormat( [ $Abc.get($sti), $title, $ti, $sti, 'bodytext' ], $subtopicTemplate)
41 #set ($args = [ $pp.nQuestions, $pass, $units ] )