assertIllegalExpressionDetected("<gxp:eval expr='", "'/>");
}
public void testEvalElement_nonEmpty() throws Exception {
compile("<gxp:eval expr='5'>hello</gxp:eval>");
assertAlert(new BadNodePlacementError(pos(2, 20), "text",
"inside <gxp:eval>"));
assertNoUnexpectedAlerts();
}