[Issue 4394] std.xml prints empty elements as non-empty

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 18 23:11:07 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=4394


Infiltrator <lt.infiltrator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |lt.infiltrator at gmail.com
         Resolution|                            |WORKSFORME


--- Comment #1 from Infiltrator <lt.infiltrator at gmail.com> 2014-03-18 23:11:00 PDT ---
This looks correct as of v2.065.

--------------------------------------------
import std.stdio;
import std.xml;
void main() {
    Element element = new Element("br");
    writeln(element);
}
--------------------------------------------
Application output:

<br />

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


More information about the Digitalmars-d-bugs mailing list