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...@apache.org on 2001/11/08 03:42:37 UTC

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

geirm       01/11/07 18:42:37

  Modified:    test/templates Tag: VEL_1_2_BRANCH formal.vm reference.vm
               test/templates/compare Tag: VEL_1_2_BRANCH formal.cmp
                        reference.cmp
  Log:
  Testcases for backported fixes for disp curly and 'nit' parser bugs.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.6.1   +10 -0     jakarta-velocity/test/templates/formal.vm
  
  Index: formal.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/formal.vm,v
  retrieving revision 1.4
  retrieving revision 1.4.6.1
  diff -u -r1.4 -r1.4.6.1
  --- formal.vm	2001/01/29 06:09:34	1.4
  +++ formal.vm	2001/11/08 02:42:37	1.4.6.1
  @@ -34,3 +34,13 @@
   $provider.getHashtable().get("key1" )
   $provider.getHashtable().get(   "key2"                 )
   $provider.getHashtable().get("floogie!")
  +
  +## curly wierdness
  +
  +{$provider.Title
  +$provider.Title}
  +{$provider.Title}
  +$provider}.Title
  +${provider}.Title
  +$provider{.Title
  +
  
  
  
  1.10.4.1  +2 -0      jakarta-velocity/test/templates/reference.vm
  
  Index: reference.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/reference.vm,v
  retrieving revision 1.10
  retrieving revision 1.10.4.1
  diff -u -r1.10 -r1.10.4.1
  --- reference.vm	2001/05/01 11:15:25	1.10
  +++ reference.vm	2001/11/08 02:42:37	1.10.4.1
  @@ -84,3 +84,5 @@
   $$provider.title
   #$provider.title
   
  +$foo.bar#if( $foo ) ($bar) #end
  +
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.6.1   +9 -0      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.3
  retrieving revision 1.3.6.1
  diff -u -r1.3 -r1.3.6.1
  --- formal.cmp	2000/11/04 15:31:48	1.3
  +++ formal.cmp	2001/11/08 02:42:37	1.3.6.1
  @@ -23,3 +23,12 @@
   value1
   value2
   $provider.getHashtable().get("floogie!")
  +
  +
  +{lunatic
  +lunatic}
  +{lunatic}
  +test provider}.Title
  +test provider.Title
  +test provider{.Title
  +
  
  
  
  1.9.4.1   +1 -0      jakarta-velocity/test/templates/compare/reference.cmp
  
  Index: reference.cmp
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/test/templates/compare/reference.cmp,v
  retrieving revision 1.9
  retrieving revision 1.9.4.1
  diff -u -r1.9 -r1.9.4.1
  --- reference.cmp	2001/04/30 18:05:04	1.9
  +++ reference.cmp	2001/11/08 02:42:37	1.9.4.1
  @@ -64,3 +64,4 @@
   $lunatic
   #lunatic
   
  +$foo.bar ($bar) 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>