Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 010100feff11 (0.1 sec)

  1. src/compress/flate/flate_test.go

    	}
    }
    
    func TestStreams(t *testing.T) {
    	// To verify any of these hexstrings as valid or invalid flate streams
    	// according to the C zlib library, you can use the Python wrapper library:
    	// >>> hex_string = "010100feff11"
    	// >>> import zlib
    	// >>> zlib.decompress(hex_string.decode("hex"), -15) # Negative means raw DEFLATE
    	// '\x11'
    
    	testCases := []struct {
    		desc   string // Description of the stream
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 11K bytes
    - Viewed (1)
Back to top