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

bb.t...@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bb.t...@gmx.com
         Resolution|---                         |INVALID

--- Comment #2 from bb.t...@gmx.com ---
No your wrong Temtaime,because [``] as result would mean that the input
argument contained one empty string:


_______________
import std.string;

void main()
{
    assert( splitLines("\n") == [``]); // ok
}_______________

--

Reply via email to