337338339340341342343344
assertNoUnexpectedAlerts(); } public void testPlaceholder_empty() throws Exception { compile("<gxp:msg><gxp:ph name='foo'/><gxp:eph/></gxp:msg>"); assertAlert(new EmptyPlaceholderError(pos(2, 10))); assertNoUnexpectedAlerts(); }