1
0
mirror of synced 2026-02-11 19:04:55 +00:00
Files
Interlisp.medley/internal/test/LANGUAGE/AUTO/CMLSEQMODIFY-PATCH.TEST

7 lines
127 B
Plaintext

;;
(do-test "delete-duplicates works with :from-end"
(equal (delete-duplicates '(0 2 2 2) :start 2 :from-end t) '(0 2 2))
)