From b75bcdb6077505351ea7a8045d805a179a7a5461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 19 May 2007 17:58:05 +0000 Subject: [PATCH] Tests: Updated the internaltesting tests "testif" and "testloop" --- internaltesting/testif.out | 3 +++ internaltesting/testloop.out | 1 + 2 files changed, 4 insertions(+) diff --git a/internaltesting/testif.out b/internaltesting/testif.out index 9f0fa1b56..83a5f6ad2 100644 --- a/internaltesting/testif.out +++ b/internaltesting/testif.out @@ -1,13 +1,16 @@ 4 : { 5 : if 5 : use ab +5 : endif 6 : { 8 : } 9 : elseif 9 : use cd +9 : endif 10 : { 12 : } 13 : else +13 : endif 14 : { 16 : } 17 : } diff --git a/internaltesting/testloop.out b/internaltesting/testloop.out index d666d9969..778444edd 100644 --- a/internaltesting/testloop.out +++ b/internaltesting/testloop.out @@ -8,6 +8,7 @@ 7 : if 7 : use condition 8 : continue +7 : endif 10 : break 11 : } 12 : }