dlr 01/05/07 22:32:55 Modified: convert convert.wm Log: Added a test case for escaped WM references with explicit statement termination (i.e. ones that should render as schmoo). Revision Changes Path 1.3 +2 -0 jakarta-velocity/convert/convert.wm Index: convert.wm =================================================================== RCS file: /home/cvs/jakarta-velocity/convert/convert.wm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- convert.wm 2001/05/08 02:18:03 1.2 +++ convert.wm 2001/05/08 05:32:55 1.3 @@ -34,4 +34,6 @@ $foo;.getBar() when $foo is a variable and getBar() is schmoo. +This is an escaped \$reference, and here's \$another;. + #parse "whatever.wm"
