You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tentatively set the component field of this bug to dlang.org but I'm not sure it is an appropriate. Please fix the component field if another component is more appropriate for it.
The example of outdent is wrong in dlang.org because there is a missing indent for the line writeln("Hello"); in ugly as follows.
ttanjo reported this on 2021-06-19T12:16:53Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=22043
CC List
Description
I tentatively set the component field of this bug to
dlang.org
but I'm not sure it is an appropriate. Please fix the component field if another component is more appropriate for it.The example of
outdent
is wrong in dlang.org because there is a missing indent for the linewriteln("Hello");
inugly
as follows.However, the original documented unittest in std.string.outdent is correct as follows:
It seems a bug in the document generator in dmd or related components.
Comments
moonlightsentinel commented on 2021-06-20T12:06:50Z
Changed the component to tools because the asserts are replaced by
assert_writeln_magic.d
.The text was updated successfully, but these errors were encountered: