all repos — min @ 9d08cf3e3978dcd94ed7d6b6914cc574d6253f3f

A small but practical concatenative programming language.

test(io) Added io tests.
h3rald h3rald@h3rald.com
Sun, 29 May 2016 16:13:47 +0200
commit

9d08cf3e3978dcd94ed7d6b6914cc574d6253f3f

parent

34b86a45897b8a5ed75dded2a200a3c22f040a8b

1 files changed, 13 insertions(+), 0 deletions(-)

jump to
A tests/io.min

@@ -0,0 +1,13 @@

+@test +#test + +"io" describe + + ("TEST" "test.txt" fwrite + "test.txt" fread "TEST" ==) assert + + (" - TEST" "test.txt" fappend + "test.txt" fread "TEST - TEST" ==) assert + + "test.txt" rm + report