12 lines
185 B
Scheme
12 lines
185 B
Scheme
|
;;;;
|
||
|
|
||
|
(import test)
|
||
|
|
||
|
#; ;FIXME
|
||
|
(import (chicken format) (test-utils gloss format) (test-utils gloss basic))
|
||
|
(import (chicken format) (test-utils gloss))
|
||
|
|
||
|
(gloss "Hello 1")
|
||
|
|
||
|
(test-exit)
|