add test against 308

This commit is contained in:
Sunrin SHIMURA (keen) 2015-10-02 14:51:05 +09:00
parent b7b0c00aa0
commit 760ac11549
1 changed files with 8 additions and 0 deletions

8
t/issue/308.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
$PICRIN <<'EOF'
(import (srfi 1))
(import (picrin repl))
(every = '(1 2 3) '(1 2 3))
EOF