Update of /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template
In directory sc8-pr-cvs1:/tmp/cvs-serv26091
Modified Files:
TestParseInclude.java
Log Message:
New test for #include as macro
Index: TestParseInclude.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/test/unit/org/webmacro/template/TestParseInclude.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** TestParseInclude.java 12 Jun 2003 00:47:50 -0000 1.11
--- TestParseInclude.java 14 Jul 2003 09:39:15 -0000 1.12
***************
*** 70,73 ****
--- 70,76 ----
"pass");
+ assertStringTemplateMatches("#include as macro \"org/webmacro/template/test_parse.wm\"",
+ "pass");
+
// include as <something dynamic>
assertStringTemplateMatches("#include \"org/webmacro/template/test_parse.wm\"",
|