1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/tests/lib
Nicolas Boulenguez e6d41de4d5 load-file: accept empty file or final comment, return nil
Let `load-file` append a new line in case last line contains a
comment.

Also append `nil` so that the return value is predictible. Remove the
existing explicit `nil` from existing sources.

Adapt documentation and tests.
2019-07-28 13:08:05 +02:00
..
alias-hacks.mal tests/lib: fix path in test-alias-hacks, use load-file-once 2019-07-18 17:52:41 +02:00
equality.mal mal: rename macro? to _macro?. Also rename bool-and in lib/equality.mal. 2019-07-09 14:05:29 +02:00
load-file-once-inc.mal lib/load-file-once: basic support for multiple imports 2019-07-16 00:16:44 +02:00
load-file-once.mal load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
memoize.mal lib/load-file-once: basic support for multiple imports 2019-07-16 00:16:44 +02:00
pprint.mal lib/load-file-once: basic support for multiple imports 2019-07-16 00:16:44 +02:00
protocols.mal lib/load-file-once: basic support for multiple imports 2019-07-16 00:16:44 +02:00
reducers.mal lib/load-file-once: basic support for multiple imports 2019-07-16 00:16:44 +02:00
test_cascade.mal lib/load-file-once: basic support for multiple imports 2019-07-16 00:16:44 +02:00
threading.mal lib/load-file-once: basic support for multiple imports 2019-07-16 00:16:44 +02:00
trivial.mal lib/load-file-once: basic support for multiple imports 2019-07-16 00:16:44 +02:00