134135136137138139140141
assertNoUnexpectedAlerts(); } public void testParser_xmlParseError() throws Exception { compile("&idontexist;"); assertAlert(new UndefinedEntityError(pos(2,1), "idontexist")); assertNoUnexpectedAlerts(); }