我有以下 midje 代码 -
(fact "Parsing the date received from github"
(parse-date "2013-02-20T17:24:33Z") => #<DateTime 2013-02-20T17:24:33.000Z>)
我正在尝试测试一个函数,该函数在给定字符串时返回一个日期时间对象(使用 clj-time 库的 joda 时间)。
如何#<DateTime 2013-02-20T17:24:33.000Z>
在代码中表示日期时间对象,使其不会引发错误
java.lang.RuntimeException: Unreadable form, compiling:(mashup/github.clj:11)