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

If binary operator starts or ends with * must put space between parens when sprinting unapplied lambda #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
e.g. decompile <@ ( ** ) @> should be ( ** ) instead of (**) which is parsed as 
comments.

Original issue reported on code.google.com by stephen....@gmail.com on 7 Aug 2011 at 7:20

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 7 Aug 2011 at 7:31

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 18 Aug 2011 at 9:53