dlr 01/05/07 19:18:03
Modified: convert convert.wm
Log:
Added test cases for leading underscores and explicitly terminated
WebMacro statements.
Revision Changes Path
1.2 +6 -0 jakarta-velocity/convert/convert.wm
Index: convert.wm
===================================================================
RCS file: /home/cvs/jakarta-velocity/convert/convert.wm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- convert.wm 2000/10/22 01:52:10 1.1
+++ convert.wm 2001/05/08 02:18:03 1.2
@@ -28,4 +28,10 @@
convert me too!
}
+$_leadingUnderscore
+
+This is an explicitly terminated $statement;.
+
+$foo;.getBar() when $foo is a variable and getBar() is schmoo.
+
#parse "whatever.wm"