On Windows, HUnit's assertions are not working - trace below in ghci 6.8.1 and 6.6.1. Can others reproduce? Is this the right place to report bugs? Should I confirm a bug here and then create a ticket, create a ticket and that's it, or just mention it here and someone else creates a ticket?
GHCi, version 6.8.1: http://www.haskell.org/ghc/ :? for help
Loading package base ... linking ... done.
> :m Test.HUnit
> "abc" @=? "efg"
Loading package HUnit-1.2.0.0 ... linking ... done.
*** Exception: (unknown)
___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.6.1, for Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.
Loading package base ... linking ... done.
> :m Test.HUnit
> "abc" @=? "efg"
Loading package HUnit-1.1.1 ... linking ... done.
*** Exception: user error (HUnit:expected: "abc"
but got: "efg")
Thanks,
Greg