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

Decompiler Feature Request: escape chars in strings should be sprinted literally #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example, source <@ "\n\r\t" @> should equal @"\n\r\t"

Original issue reported on code.google.com by stephen....@gmail.com on 6 Mar 2011 at 1:40

GoogleCodeExporter commented 9 years ago
Blocker: based on 
http://blogs.msdn.com/b/dsyme/archive/2010/01/08/some-tips-and-tricks-for-format
ting-data-in-f-interactive-and-a-in-sprintf-printf-fprintf.aspx, doesn't appear 
to be any way to alter the way generic "%A" sprintf/printf output strings. 
ad-hoc string unescaping is not sufficient.

Original comment by stephen....@gmail.com on 6 Mar 2011 at 7:57

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 21 Jun 2014 at 2:00

GoogleCodeExporter commented 9 years ago
Instead of trying to replace the implementation of sprint "%A", we just 
implement specific decompilation of string types for all non-unicode F# espace 
chars.

Original comment by stephen....@gmail.com on 12 May 2015 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 17 May 2015 at 6:10