[Issue 16992] ddoc generator does not insert ddoc-ed unittest blocks for fromISOString, fromISOExtString, and fromSimpleString into the documentation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 9 14:18:28 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=16992

Seb <greensunny12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12 at gmail.com

--- Comment #9 from Seb <greensunny12 at gmail.com> ---
FYI: We already have a pipeline to test for public unittests.

Try 

```
make -f posix.mak std/datetime/date.publictests
```

That one is based on libdparse.
https://github.com/dlang/tools/blob/master/tests_extractor.d

Anyhow, the compiler must be fixed!

--


More information about the Digitalmars-d-bugs mailing list