https://issues.dlang.org/show_bug.cgi?id=12865
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #2 from [email protected] --- 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 }_______________ --
