diff options
Diffstat (limited to 'tests/test25.ans')
-rw-r--r-- | tests/test25.ans | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/test25.ans b/tests/test25.ans new file mode 100644 index 000000000..9490482f4 --- /dev/null +++ b/tests/test25.ans @@ -0,0 +1,31 @@ +CDL macros +c b a +count = 3 +advancing head pointer +b a c +b a c b a c b a c b +b c a b c a b c a b +deleting b +a c +deleting (a) +c +deleting (c) + +DL macros +a b c +count = 3 +deleting tail c +a b +deleting head a +b +deleting head b + +LL macros +a b c +count = 3 +deleting tail c +a b +deleting head a +b +deleting head b + |