Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
add test against #250
Browse files Browse the repository at this point in the history
  • Loading branch information
KeenS committed Jan 23, 2015
1 parent 1417513 commit ec87adb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions t/issue/250.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(import (scheme base)
(scheme file))

(with-output-to-file "test.txt"
(write "TEST"))

0 comments on commit ec87adb

Please sign in to comment.