2 (require "json/json.ss")
4 (define (test-function function data)
10 (o (apply function i)))
14 (display (format "TEST FAILED for ~a(~a) => ~a (expected ~a)\n" function i o e))
17 (define (test-guess-time)
18 (test-function guess-time
19 '((("7 Days 21 hours") 680400)
22 (("10 days") 864000))))