Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TestReaderWriteToErrors (0.4 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/bufio/bufio_test.go

    	{0, 1, io.ErrClosedPipe, nil, io.ErrClosedPipe},
    	{0, 0, io.ErrUnexpectedEOF, io.ErrClosedPipe, io.ErrUnexpectedEOF},
    	{0, 1, io.EOF, nil, nil},
    }
    
    func TestReaderWriteToErrors(t *testing.T) {
    	for i, rw := range errorWriterToTests {
    		r := NewReader(rw)
    		if _, err := r.WriteTo(rw); err != rw.expected {
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Feb 07 01:08:54 GMT 2025
    - 51.6K bytes
    - Click Count (0)
Back to Top