You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@locus.apache.org on 2000/12/04 02:25:13 UTC

cvs commit: jakarta-velocity/test/templates context_safety.vm

geirm       00/12/03 17:25:12

  Added:       test/templates context_safety.vm
  Log:
  Template for the Context safety test case.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/test/templates/context_safety.vm
  
  Index: context_safety.vm
  ===================================================================
  #foreach($a in $vector)
   $a
  #end