assertEquals("\"xyzzy\"", ((NativeExpression) defValue).getDefaultNativeCode());
assertEmptyValue(root.getContent());
}
public void testTemplateWithKids() throws Exception {
IfExpandedTree parseTree =
tree(template(list(attr("name", "pkg.Test")),
tag("img", list(attr("src", "Uno"))),
tag("p", list(attr("class", "Dos"))),
tag("div", list(attr("id", "Windows")))));
ReparentedTree output = reparent(parseTree);