jvanzyl 00/09/21 16:40:05 Modified: testbed test.vm Log: - added test for multiline comments. Revision Changes Path 1.2 +9 -0 jakarta-velocity/testbed/test.vm Index: test.vm =================================================================== RCS file: /home/cvs/jakarta-velocity/testbed/test.vm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test.vm 2000/09/19 01:59:15 1.1 +++ test.vm 2000/09/21 23:40:04 1.2 @@ -1,6 +1,15 @@ <html> <body> +#comment + +this is a big multiline comment +and we want to tell everyone +how this template is supposed to +work. yaaay! + +#end + $hashtable.Bar #if (true)
