Home | History | Annotate | Download | only in bufio

Lines Matching full:buffered

1414 		if bn := br.Buffered(); bn != tt.wantBuffered {
1415 t.Errorf("%s: after Discard, Buffered = %d; want %d", tt.name, bn, tt.wantBuffered)