Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uint32max_HasZip64 (0.14 sec)

  1. src/archive/zip/zip_test.go

    			}
    		}
    	}
    	t.Run("uint32max-1_NoZip64", func(t *testing.T) {
    		t.Parallel()
    		if generatesZip64(t, gen(uint32max-1)) {
    			t.Error("unexpected zip64")
    		}
    	})
    	t.Run("uint32max_HasZip64", func(t *testing.T) {
    		t.Parallel()
    		if !generatesZip64(t, gen(uint32max)) {
    			t.Error("expected zip64")
    		}
    	})
    }
    
    func testZip64(t testing.TB, size int64) *rleBuffer {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top