We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a704793 commit fe43dadCopy full SHA for fe43dad
1 file changed
tests/pixie/tests/test-io.pxi
@@ -13,6 +13,8 @@
13
(let [f (io/run-command "ls tests/pixie/tests/test-io.txt")]
14
(t/assert= f "tests/pixie/tests/test-io.txt\n")))
15
16
+(comment
17
(t/deftest test-slurp-spit
18
(let [val (vec (range 128))]
19
(t/assert= val (read-string (io/slurp "test.tmp" (io/spit "test.tmp" val))))))
20
+)
0 commit comments