PasteRack.org | ||
Paste # 2926 | ||
2013-10-09 16:07:16 | ||
Forked from paste # 5485. | ||
Fork as a new paste. | ||
Paste viewed 556 times. | ||
Tweet | ||
Embed: | ||
=>
eval:2:0: module+: allowed only in a module body
in: (module+ test (require rackunit) (define (test-quibble
expected words) (check-equal? expected (quibble words)))
(test-quibble "{}" empty) (test-quibble "{ABC}" (list
"ABC")) (test-quibble "{ABC and DEF}" (list "ABC" "DEF"))
(test-quibble "{ABC, DEF, G a...