undeaD
undeaD copied to clipboard
doFormat unittests
trafficstars
the unittests for the doFormat module don't actually ever call doFormat, the only public function in the module. They appear to be the wrong tests copied over from std.format
my mistake. doFormat never had any tests :o
a minimal fix is in https://github.com/dlang/undeaD/pull/15
#15 is now merged, but that's a very minimal unittest for such a lot of code.