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...@locus.apache.org on 2000/09/19 17:29:20 UTC

cvs commit: jakarta-velocity/testbed dformatting.vm

jvanzyl     00/09/19 08:29:15

  Added:       testbed  dformatting.vm
  Log:
  - added another testing template.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/testbed/dformatting.vm
  
  Index: dformatting.vm
  ===================================================================
  ## Trying some directive formatting
  ## to verify that all whitespace is
  ## being skipped. Not that this format
  ## would ever be used.
  
  #foreach
      $name
          in
              $list
  this is my $name
  #end