assertIllegalExpressionDetected("<img expr:alt='", "'/>");
}
public void testOutputElement_invalidGxpDoctype() throws Exception {
compile("<html gxp:doctype='foo'></html>");
assertAlert(new InvalidDoctypeError(pos(2,1), "<html>", "foo"));
assertNoUnexpectedAlerts();
}