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/11/05 04:19:58 UTC

cvs commit: jakarta-velocity/test/templates/compare test.cmp

geirm       00/11/04 19:19:58

  Modified:    test/templates/compare test.cmp
  Log:
  Test.cmp was really 'wrong'.  It was a bug I had noted, but wanted to leave the test case in test.vm.  So I had to let test.cmp be incorrect WRT the spec.  With tonights Parser.jjt fix, this can now be correct.
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-velocity/test/templates/compare/test.cmp
  
  Index: test.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/test.cmp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- test.cmp	2000/11/03 03:28:30	1.4
  +++ test.cmp	2000/11/05 03:19:57	1.5
  @@ -36,7 +36,8 @@
   \$foo-  => $foo-
   \$fooo+ => $fooo+
   \$foo-x => $foo-x
  -$foo$  => bar
  +$foo$  => bar$
  +
   
   
   jon