blob: 08216537cc64cc843e31b30f51f0d28378c15152 [file] [log] [blame]
<?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>