externalsort: make merge test stronger.

This commit is contained in:
Arseny Balobanov 2020-03-18 01:04:54 +03:00
parent f96155ec96
commit 0a772062c7

View file

@ -24,11 +24,14 @@ func TestMerge(t *testing.T) {
name: "simple", name: "simple",
in: []string{`0`, `1 in: []string{`0`, `1
1 1
1`}, 1`, `0
2`},
out: `0 out: `0
0
1 1
1 1
1 1
2
`, `,
}, },
{ {