diff --git a/externalsort/sort_test.go b/externalsort/sort_test.go index 9499725..57e4931 100644 --- a/externalsort/sort_test.go +++ b/externalsort/sort_test.go @@ -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 `, }, {