On Jan 16, 11:02 am, Stuart Sierra <the.stuart.sie...@gmail.com>
wrote:
> Fixed now, SVN rev. 377.  I've temporarily abandoned the fancier error
> reporting I had for functional predicates.  I'm going to try to
> restore that without breaking anything else. :)

Ok, I figured out how to do it.  Now (rev. 380) you get nice error
reports again:

    user> (is (= "Word" (.toUpperCase "word")))

    FAIL in  (:1)
    expected: (= "Word" (.toUpperCase "word"))
      actual: (not (= "Word" "WORD"))

-Stuart Sierra
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to