assertNoUnexpectedAlerts();
}
public void testNamedMsg_insideNamedMsg() throws Exception {
compile("<gxp:msg name='NAME0'>foo <b><gxp:msg name='NAME1'>bar</gxp:msg></b> baz</gxp:msg>");
assertAlert(new BadNodePlacementError(pos(2, 30), "<gxp:msg>", "inside <gxp:msg>"));
assertNoUnexpectedAlerts();
}