diff options
Diffstat (limited to 'dependencies/uthash/tests/test27.ans')
-rw-r--r-- | dependencies/uthash/tests/test27.ans | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dependencies/uthash/tests/test27.ans b/dependencies/uthash/tests/test27.ans new file mode 100644 index 000000000..80b476c66 --- /dev/null +++ b/dependencies/uthash/tests/test27.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 head (a) +c +deleting new head (c) + +DL macros +c b a +deleting c +b a +deleting a +b +deleting b + +LL macros +c b a +deleting c +b a +deleting a +b +deleting b + |