SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
287 stars 25 forks source link

Bug: op_UnaryPlus on int16 overlooked #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found bug:

<@ (~+) 3s @> |> eval;;

fails. I am currently refactoring native numeric and conversion op 
implementations so that there is more code reuse and less change for these 
kinds of typo / oversight bugs.

Original issue reported on code.google.com by stephen....@gmail.com on 10 Jul 2011 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 11 Jul 2011 at 3:49

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 12 Jul 2011 at 3:03