aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/templates/stop3.vm
blob: bcc5d86252de662eabf04df9b8f8f6807a131717 (plain)
1
2
3
4
5
6
7
8
This test checks the stop directive when included from a parse directive.

#set($foo = "stop3-include.vm")
Foo is: $foo
#parse("$foo")
Since the template issued a stop, this line should not be visible.
#parse("$foo")