"var", "<gxp:loop var='", "' type='int' iterable='list'>content</gxp:loop>");
}
public void testLoop_missingIteratorAndIterable() throws Exception {
compile("<gxp:loop var='x' type='int' />");
assertAlert(new MissingAttributesError(pos(2,1), "<gxp:loop>", "iterator", "iterable"));
assertNoUnexpectedAlerts();
}