Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNoLongerSavingPriorExpansions (0.22 sec)

  1. src/compress/lzw/reader_test.go

    		}
    		oldHi = d.hi
    	}
    }
    
    // TestNoLongerSavingPriorExpansions tests the decoder state when codes other
    // than clear codes continue to be seen after decoder.hi and decoder.width
    // reach their maximum values (4095 and 12), i.e. after we no longer save prior
    // expansions. In particular, it tests seeing the highest possible code, 4095.
    func TestNoLongerSavingPriorExpansions(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 16:57:58 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top