blob: bcc5d86252de662eabf04df9b8f8f6807a131717 [file] [log] [blame]
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")