aboutsummaryrefslogtreecommitdiff
path: root/tests/test28.ans
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test28.ans')
-rw-r--r--tests/test28.ans34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/test28.ans b/tests/test28.ans
new file mode 100644
index 000000000..eb88650af
--- /dev/null
+++ b/tests/test28.ans
@@ -0,0 +1,34 @@
+CDL macros
+d c b a
+advancing head pointer
+c b a d
+c b a d c b a d c b
+c d a b c d a b c d
+deleting b
+c a d
+deleting (a)
+c d
+deleting (c)
+d
+deleting (d)
+
+DL macros
+c b a d
+deleting c
+b a d
+deleting a
+b d
+deleting b
+d
+deleting d
+
+LL macros
+c b a d
+deleting c
+b a d
+deleting a
+b d
+deleting b
+d
+deleting d
+