test(io) Added io tests.
h3rald h3rald@h3rald.com
Sun, 29 May 2016 16:13:47 +0200
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