Age | Commit message (Collapse) | Author |
|
|
|
|
|
Need to move these tests into a separate file.
|
|
|
|
infinite-length lines.
|
|
Escapes all non-ASCII characters as \uXXXX in Strings.
Handles more collection types, including all java.util.Map,
java.util.Collection, and Java arrays.
|
|
|
|
|
|
This allows partition-by to work even if f has side-effects.
|
|
|
|
that assumes that you have a pretty writer bound to *out* so we don't
have to rebind it everywhere.
|
|
which doesn't. Also fixed up the pprint parameters cause it was stupid.
|
|
|
|
|
|
|
|
|
|
test-contrib.macro-utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reader/writer no longer use the "file" function.
|
|
|
|
|
|
|
|
|
|
|
|
Because macroexpand returns a Cons, not a list, we need
this to get all possible expansions.
Reported by Konrad Hinsen.
|
|
|
|
|
|
|
|
|
|
|
|
This should make it easier to write other reporting formats,
such as JUnit.
Also updated test_is/tests.clj and test_is/tap.clj
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|