Ticket #310 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

remove-duplicates bug

Reported by: rme Assigned to: gb
Priority: major Milestone:
Component: ANSI CL Compliance Version: unspecific
Keywords: Cc:

Description

? (remove-duplicates '(1 0 1 1 1 0 0 0 1 0 1 0 1) :END 11)
(1 0 0 1)

The expected result is (0 1 0 1).

Change History

06/19/08 01:01:21 changed by rme

  • status changed from new to closed.
  • resolution set to fixed.

The sequences tests all pass after the change in r9786.