add test against #250
This commit is contained in:
parent
1417513805
commit
ec87adb90b
|
@ -0,0 +1,5 @@
|
||||||
|
(import (scheme base)
|
||||||
|
(scheme file))
|
||||||
|
|
||||||
|
(with-output-to-file "test.txt"
|
||||||
|
(write "TEST"))
|
Loading…
Reference in New Issue