externalsort: make merge test stronger.
This commit is contained in:
parent
f96155ec96
commit
0a772062c7
1 changed files with 4 additions and 1 deletions
|
@ -24,11 +24,14 @@ func TestMerge(t *testing.T) {
|
|||
name: "simple",
|
||||
in: []string{`0`, `1
|
||||
1
|
||||
1`},
|
||||
1`, `0
|
||||
2`},
|
||||
out: `0
|
||||
0
|
||||
1
|
||||
1
|
||||
1
|
||||
2
|
||||
`,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue