polx 2004/10/29 00:46:24
Added: jelly/src/test/org/apache/commons/jelly outputData.jelly
Log:
Very bad style to have forgotten this. Sorry.
paul
Revision Changes Path
1.1
jakarta-commons/jelly/src/test/org/apache/commons/jelly/outputData.jelly
Index: outputData.jelly
===================================================================
<?xml version="1.0" encoding="utf-8"?>
<j:jelly xmlns:j="jelly:core"><j:mute>
<!-- this test should output exactly the toString() of a list with one item,
string -->
<j:new var="o1" className="java.util.LinkedList"/>
${o1.add("string")}
</j:mute>${o1}</j:jelly>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]