shouldn't there be a space between these two:

  +<first element><second element>
  +#"FFFF

-jon


----------
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: 5 Nov 2000 05:49:25 -0000
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-velocity/test/templates/compare diabolical.cmp

geirm       00/11/04 21:49:25

  Modified:    test/templates diabolical.vm
               test/templates/compare diabolical.cmp
  Log:
  Added new tests, centered around things that might be directives.
  
  Revision  Changes    Path
  1.5       +11 -0     jakarta-velocity/test/templates/diabolical.vm
  
  Index: diabolical.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/diabolical.vm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- diabolical.vm    2000/11/03 11:35:35    1.4
  +++ diabolical.vm    2000/11/05 05:49:24    1.5
  @@ -33,3 +33,14 @@
   $strings.getVillageType($col.Type)
   $strings.getVillageType( $col.Type)
   $strings.getVillageType($col.Type )
  +
  +-- Note that the \#end
  +#foreach($a in  $stringarray)<$a>#end
  +
  +#"FFFF
  +-#-#-#-#-#
  +#-#-#-#
  +$-$-$-$-
  +#FF00FF00
  +#'FF
  +
  
  
  
  1.5       +10 -0 
jakarta-velocity/test/templates/compare/diabolical.cmp
  
  Index: diabolical.cmp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/test/templates/compare/diabolical.cmp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- diabolical.cmp    2000/11/03 11:35:41    1.4
  +++ diabolical.cmp    2000/11/05 05:49:25    1.5
  @@ -21,3 +21,13 @@
   $strings.getVillageType($col.Type)
   $strings.getVillageType($col.Type)
   $strings.getVillageType($col.Type)
  +
  +-- Note that the #end
  +<first element><second element>
  +#"FFFF
  +-#-#-#-#-#
  +#-#-#-#
  +$-$-$-$-
  +#FF00FF00
  +#'FF
  +
  
  
  


Reply via email to