tests fixed, test added for optional parameters, integer and float optional parameters fixed

This commit is contained in:
Honfika
2013-11-01 19:52:40 +01:00
parent fa37aa4060
commit c37c93173e
9 changed files with 348 additions and 294 deletions
@@ -73,7 +73,7 @@ public class WhileItem extends LoopItem implements Block {
}
}
writer.unindent();
writer.append("}").newLine();
writer.append("}");
if (writer instanceof NulWriter) {
LoopWithType loopOjb = ((NulWriter)writer).endLoop(loop.id);
labelUsed = loopOjb.used;