"<ihtml:template formals=\"x\" name=\"hi\"></ihtml:template>",
""
+ "<ihtml:template formals='x' name='hi'>"
+ "<ihtml:template name='3nested' formals='a,,x,if,3' zoinks='ahoy'/>"
+ "</ihtml:template>",
new Message(
IhtmlMessageType.BAD_ATTRIB,
FilePosition.instance(is, 1, 55, 55, 14),
elKey("ihtml:template"), attrKey("ihtml:template", "name"),
MessagePart.Factory.valueOf("3nested")),
new Message(
IhtmlMessageType.BAD_ATTRIB,
FilePosition.instance(is, 1, 70, 70, 19),
elKey("ihtml:template"), attrKey("ihtml:template", "formals"),
MessagePart.Factory.valueOf("a,,x,if,3")),
new Message(
IhtmlMessageType.BAD_ATTRIB,
FilePosition.instance(is, 1, 90, 90, 13),
elKey("ihtml:template"), attrKey("ihtml:template", "zoinks"),
MessagePart.Factory.valueOf("ahoy")));
}