Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Tools / NVelocity / test / templates / array.vm
blobd493219f7701bdb5e57ff0d362fa13d7eebed4bc
1 #*
3 @test array.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 #set( $foo = [$this, $that, $woog.Bar, [$this, "this"] ])
14 $provider.concat(["a", "b", "c"])
16 #set($foo = "a")
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 )
26    > $i <#end
28 #end
30 #set($woog = "a")
31 #set($floog = "b")
32 #showme([$woog] )
33 #showme([$woog,$floog] )
34 #showme([1..2])
35 #showme([1 ..2 ])
37 ##  and more....
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 ] )