1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-26 14:22:25 +03:00

tests: Test slurp captures final newline in step6

This commit is contained in:
Dov Murik 2016-05-10 12:36:06 -04:00
parent 342b49ccf8
commit 2cd015e56a
2 changed files with 2 additions and 5 deletions

View File

@ -10,7 +10,6 @@ General:
All Implementations:
- test that *ARGV* gets set properly
- test to make sure slurp captures final newline
- regular expression matching in runtest
- add re (use in rep) everywhere and use that (to avoid printing)
- per impl tests for step5_tco, or at least a better way of

View File

@ -22,10 +22,8 @@
(eval (read-string "(+ 2 3)"))
;=>5
;;; TODO: fix newline matching so that this works
;;;(slurp "../tests/test.txt")
;;;;=>"A line of text\n"
(slurp "../tests/test.txt")
;=>"A line of text\n"
;; Testing load-file