This commit is contained in:
MetaLang 2017-10-01 22:16:41 -03:00 committed by GitHub
parent 99def7bc97
commit a9b395d503

View file

@ -2985,7 +2985,7 @@ if (isForwardRange!R1 && isForwardRange!R2)
{
// findSplit returns a triplet
if (auto split = "dlang-rocks".findSplit("-"))
assert(split[2] == "rocks");
assert(split[2] == "rocks");
}
///