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 : }