From 93308df8e806ffd1d1a7ffeffd54254999b95d34 Mon Sep 17 00:00:00 2001 From: Louis Rubet Date: Wed, 17 May 2017 18:14:33 +0200 Subject: [PATCH] #3: completed branch --- test/branch.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/branch.txt b/test/branch.txt index a9f8755..7b1760e 100644 --- a/test/branch.txt +++ b/test/branch.txt @@ -44,3 +44,13 @@ erase 2 1 start 0 next -> stack size should be 0 erase + +# for next (1) +23 27 for i i next +-> stack should be 23, 24, 25, 26, 27 +erase + +# for next (2) +27 23 for i i next +-> stack size should be 0 +erase