diff options
Diffstat (limited to 'tests/test78.ans')
-rw-r--r-- | tests/test78.ans | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/test78.ans b/tests/test78.ans new file mode 100644 index 000000000..5c71cdfdc --- /dev/null +++ b/tests/test78.ans @@ -0,0 +1,28 @@ +CDL macros +c b a +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 +deleting tail c +a b +deleting head a +b +deleting head b + +LL macros +a b c +deleting tail c +a b +deleting head a +b +deleting head b + |