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


Andrej Mitrovic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #1 from Andrej Mitrovic <[email protected]> 2013-02-07 
16:35:02 PST ---
The problem is there could already be multiple example sections, for example
(pardon the pun):

/**
func
Example:
---
foo();
---

Example:
---
bar();
---
*/
void func() {  }

The output of this is:

void func();
    func

    Example:

    foo();



    Example:

    bar();


It seemed only natural to do the same thing with unittest.

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

Reply via email to