1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/tests/lib
Nicolas Boulenguez 6db6cf38b7 lib/tests: report parsing errors, move threading out of steps
When testing `foo.mal`, it makes sense to report parsing errors in
`foo.mal`.

Move tests of `->` and `->>` from `tests/step8_macros.mal` to
`tests/lib/theading.mal`.

Add `lib/trivial.mal`.
2019-05-19 19:20:20 +02:00
..
equality.mal lib/: add tests, fix detected problems, improve implementations 2019-05-18 01:52:13 +02:00
memoize.mal lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00
pprint.mal lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00
protocols.mal lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00
reducers.mal lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00
test_cascade.mal lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00
threading.mal lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00
trivial.mal lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00