tests for minor bug fixes in date.ss

svn: r7310
This commit is contained in:
John Clements 2007-09-11 05:03:59 +00:00
parent c192fba302
commit c77bf466a5

View File

@ -38,4 +38,8 @@
; one of the two possible values, though: ; one of the two possible values, though:
(test-find 0 30 1 27 10 1996))) (test-find 0 30 1 27 10 1996)))
;; bug fixes
(test "JD 12" julian/scalinger->string 12)
(test "JD 123" julian/scalinger->string 123)
(report-errs) (report-errs)