summaryrefslogtreecommitdiff
path: root/test/files/run/sequenceComparisons.check
Commit message (Collapse)AuthorAgeFilesLines
* Removed some identical code from the collection...Paul Phillips2009-07-181-1/+1
| | | | | | | Removed some identical code from the collections classes in hopes of finding some consistency in collections equality. Added more test cases to the sequenceComparisons test.
* A start on a more comprehensive test suite for ...Paul Phillips2009-07-171-0/+1
A start on a more comprehensive test suite for sequences. It performs 3600 different tests attempting to exercise the potentially buggy variations of startsWith, endsWith, indexOfSeq, and sameElements. And, a KMP implementation of indexOfSeq which in addition to being a lot faster for definite sized sequences, should give the wrong answer somewhat less frequently.