Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for java (0.16 sec)

  1. src/archive/zip/reader_test.go

    	if want := []string{name}; !reflect.DeepEqual(gotPaths, want) {
    		t.Errorf("NewReader with zipinsecurepath=1: got files %q, want %q", gotPaths, want)
    	}
    }
    
    func TestCompressedDirectory(t *testing.T) {
    	// Empty Java JAR, with a compressed directory with uncompressed size 0
    	// which should not fail.
    	//
    	// Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
    	// --------  ------  ------- ---- ---------- ----- --------  ----
    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