[Issue 9472] Include comments in ddoc'd unittest blocks

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 12 17:36:56 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9472



--- Comment #8 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-12 17:36:53 PST ---
(In reply to comment #4)
> Supporting regular comments may require non-trivial modifications to the lexer,
> though. Lexers by default just skip over comments entirely.

It was actually trivial to fix Issue9472 and Issue9475, see
https://github.com/D-Programming-Language/dmd/pull/1641

All that was required was to fetch the end pointer where the unittest body
closes, and then we can extract the string. Still waiting for the pull to be
reviewed and pulled (I'm hoping it makes it into 2.062 or we'll have a
half-baked documented unittest feature in release).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list