Lines Matching full:testoutput
735 var testOutput = []byte("0123456789abcdefghijklmnopqrstuvwxy")781 if want := testOutput[done : done+len(line)]; !bytes.Equal(want, line) {786 if done != len(testOutput) {787 t.Errorf("ReadLine didn't return everything: got: %d, want: %d (stride: %d)", done, len(testOutput), stride)