[Issue 4493] std.json unittest is broken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 26 12:15:43 PDT 2010


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



--- Comment #1 from Mario Kroeplin <kroeplin.d at googlemail.com> 2010-07-26 12:15:41 PDT ---
assert(find(json, result) != null, text(result, " should be in ", json));
should have been
    assert(!find(json, result).empty, text(result, " should be in ", json));

-- 
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