Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NotRegular (0.12 sec)

  1. src/os/readfrom_linux_test.go

    		}
    
    		// It should wind up a double of the original data.
    		if strings.Repeat(string(data), 2) != string(data2) {
    			t.Fatalf("data mismatch: %s != %s", string(data), string(data2))
    		}
    	})
    	t.Run("NotRegular", func(t *testing.T) {
    		t.Run("BothPipes", func(t *testing.T) {
    			hook := hookCopyFileRange(t)
    
    			pr1, pw1, err := Pipe()
    			if err != nil {
    				t.Fatal(err)
    			}
    			defer pr1.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:49:26 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top