381382383384385386387388389
"<gxp:eph/>", "quux", "</gxp:if>", "zarf", "</gxp:msg>"); assertAlert(new PhMissingEphError(pos(4, 1), "<gxp:ph>")); assertAlert(new EphMissingPhError(pos(8, 1), "<gxp:eph>")); assertNoUnexpectedAlerts(); }
473474475476477478479480
assertNoUnexpectedAlerts(); } public void testPlaceholderStart_missingEnd() throws Exception { compile("<gxp:msg><gxp:ph name='foo'/>x</gxp:msg>"); assertAlert(new PhMissingEphError(pos(2, 10), "<gxp:ph>")); assertNoUnexpectedAlerts(); }