add test against #250

This commit is contained in:
Sunrin SHIMURA (keen) 2015-01-23 07:46:05 +00:00
parent 1417513805
commit ec87adb90b
1 changed files with 5 additions and 0 deletions

5
t/issue/250.scm Normal file
View File

@ -0,0 +1,5 @@
(import (scheme base)
(scheme file))
(with-output-to-file "test.txt"
(write "TEST"))