11 lines
185 B
Scheme
11 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)
|