Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for StrCat (0.2 sec)

  1. src/archive/zip/reader_test.go

    		t.Fatal(err)
    	}
    	_, err = io.ReadAll(r)
    	if err != io.ErrUnexpectedEOF {
    		t.Errorf("File[0] error = %v; want io.ErrUnexpectedEOF", err)
    	}
    	r.Close()
    }
    
    // Verify we do not treat non-zip64 archives as zip64
    func TestIssue12449(t *testing.T) {
    	data := []byte{
    		0x50, 0x4b, 0x03, 0x04, 0x14, 0x00, 0x08, 0x00,
    		0x00, 0x00, 0x6b, 0xb4, 0xba, 0x46, 0x00, 0x00,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
Back to top