manual allman brace fixup

This commit is contained in:
Sebastian Wilzbach 2016-05-31 05:23:16 +02:00
parent 1d34a121e9
commit ca098c57d2
7 changed files with 25 additions and 11 deletions

View file

@ -3683,7 +3683,8 @@ if (is(typeof(binaryFun!pred(r.front, s)) : bool)
int[][] w = [ [1, 2], [], [3], [4, 5], [] ];
static assert(isForwardRange!(typeof(splitter(a, 0))));
// foreach (x; splitter(a, 0)) {
// foreach (x; splitter(a, 0))
// {
// writeln("[", x, "]");
// }
assert(equal(splitter(a, 0), w));