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/04 16:31:50 UTC

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

geirm       00/11/04 07:31:49

  Modified:    test/templates formal.vm
               test/templates/compare formal.cmp
  Log:
  Changed formal.vm to test the repeated method call reference ($foo.bar().blargh().woogie().doogie() ).  Since this bugfix fixed the } problem at the end of the old formal.vm as well, the update to .cmp is doubly needed.
  
  Revision  Changes    Path
  1.3       +5 -0      jakarta-velocity/test/templates/formal.vm
  
  Index: formal.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/formal.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- formal.vm	2000/10/23 21:18:28	1.2
  +++ formal.vm	2000/11/04 15:31:45	1.3
  @@ -29,3 +29,8 @@
   ${this}${that}
   
   ${provider.getTitle()}
  +
  +$provider.getHashtable().get( "key0")
  +$provider.getHashtable().get("key1" )
  +$provider.getHashtable().get(   "key2"                 )
  +$provider.getHashtable().get("floogie!")
  
  
  
  1.3       +6 -1      jakarta-velocity/test/templates/compare/formal.cmp
  
  Index: formal.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/formal.cmp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- formal.cmp	2000/10/31 16:07:28	1.2
  +++ formal.cmp	2000/11/04 15:31:48	1.3
  @@ -17,4 +17,9 @@
   
   thisthat
   
  -lunatic}
  +lunatic
  +
  +value0
  +value1
  +value2
  +$provider.getHashtable().get("floogie!")