Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gotPaths (2.61 sec)

  1. src/archive/zip/reader_test.go

    			continue
    		}
    		var gotPaths []string
    		for _, f := range zr.File {
    			gotPaths = append(gotPaths, f.Name)
    		}
    		if !reflect.DeepEqual(gotPaths, []string{path}) {
    			t.Errorf("NewReader for archive with file %q: got files %q", path, gotPaths)
    			continue
    		}
    	}
    }
    
    func TestDisableInsecurePathCheck(t *testing.T) {
    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