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?
<br><br><br>GHCi, version 6.8.1: <a href="http://www.haskell.org/ghc/">http://www.haskell.org/ghc/</a>&nbsp; :? for help<br>Loading package base ... linking ... done.<br>&gt; :m Test.HUnit<br>&gt; &quot;abc&quot; @=? &quot;efg&quot;
<br>Loading package HUnit-1.2.0.0 ... linking ... done.<br>*** Exception: (unknown)<br><br><br>&nbsp;&nbsp; ___&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ___ _<br>&nbsp; / _ \ /\&nbsp; /\/ __(_)<br>&nbsp;/ /_\// /_/ / /&nbsp; | |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GHC Interactive, version 6.6.1, for Haskell 98.<br>
/ /_\\/ __&nbsp; / /___| |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.haskell.org/ghc/">http://www.haskell.org/ghc/</a><br>\____/\/ /_/\____/|_|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Type :? for help.<br><br>Loading package base ... linking ... done.<br>&gt; :m Test.HUnit<br>&gt; &quot;abc&quot; @=? &quot;efg&quot;
<br>Loading package HUnit-1.1.1 ... linking ... done.<br>*** Exception: user error (HUnit:expected: &quot;abc&quot;<br>&nbsp;but got: &quot;efg&quot;)<br><br><br>Thanks,<br>Greg<br>