You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@apache.org on 2001/03/23 18:38:28 UTC

cvs commit: jakarta-velocity/test/texen/templates Test.vm

jvanzyl     01/03/23 09:38:28

  Added:       test/texen/templates Test.vm
  Log:
  - little test template to test automatic boolean mapping in texen.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/test/texen/templates/Test.vm
  
  Index: Test.vm
  ===================================================================
  # These should all evaluate to true
  
  $one
  $two
  $three
  
  # These should all evaluate to false
  
  $four
  $five
  $six