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.
19 The following should print 'as is' :
24 Now, test the built in directives. Note that $foo isn't in the context :
25 \#set($foo = $foo + 1)
26 \#set(\$foo = $foo + 1)
33 Now, a reference not in the context:
44 This isn't in the context, so we get the full monty :
47 The following two are references :
48 \$provider.Title = $provider.Title
49 \$provider.getTitleMethod() = $provider.getTitleMethod()
51 Now, pluggable directives: