• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This test checks the stop directive when included from a parse directive.
2
3#set($foo = "stop3-include.vm")
4Foo is: $foo
5#parse("$foo")
6Since the template issued a stop, this line should not be visible.
7#parse("$foo")
8
9