index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
test_clojure
/
sequences.clj
Age
Commit message (
Collapse
)
Author
2009-06-24
gtic: move clojure tests and supporting libraries into clojure repos
Stuart Halloway
2009-06-23
gtic: updated clojure tests to new template syntax, commented out
Stuart Halloway
"all-are" tests
2009-05-14
test-clojure: common helper functions in test-utils; control: do
Frantisek Sodomka
2009-03-22
test-clojure: added parallel.clj for pmap, pcalls, etc.;
Frantisek Sodomka
special.clj - note about letfn
2009-03-19
test-sequences: every?, not-every?, not-any?
Frantisek Sodomka
2009-03-19
test-clojure: preparation for new tests
Frantisek Sodomka
2009-03-18
test-numbers: + - * /
Frantisek Sodomka
test-sequences: empty, not-empty, repeat
2009-03-18
test-clojure: added cases for nil non-equality
Frantisek Sodomka
2009-03-04
test predicates: update for lazy-seq;
Frantisek Sodomka
test sequences: equality, lazy-seq, update seq & reverse
2009-03-04
test sequences: updated test for empty?
Frantisek Sodomka
2009-02-23
test data-structures: equality, count, conj, peek, pop, key, val, ↵
Frantisek Sodomka
sorted-set, set, disj, test sequences: last, nth, range
2009-02-18
reverse and sort return () when passed empty colls since SVN 1294
Frantisek Sodomka
2009-02-18
Lazy: renamed rest to next, changed nil to () for lazy sequence functions
Frantisek Sodomka
2009-02-15
test data_structures: hash-set; sequences: zipmap
Frantisek Sodomka
2009-02-14
test sequences: distinct, vals, keys
Frantisek Sodomka
2009-02-10
fix issue 22: additional tests for sequences: from Frantisek Sodomka
scgilardi
2009-02-10
fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, ↵
scgilardi
from Shawn Hoover
2008-12-27
(really) add sequences to test_clojure from Frantisek Sodomka
scgilardi