Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/compress/flate/dict_decoder_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package flate
    
    import (
    	"bytes"
    	"strings"
    	"testing"
    )
    
    func TestDictDecoder(t *testing.T) {
    	const (
    		abc  = "ABC\n"
    		fox  = "The quick brown fox jumped over the lazy dog!\n"
    		poem = "The Road Not Taken\nRobert Frost\n" +
    			"\n" +
    			"Two roads diverged in a yellow wood,\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 28 10:36:01 UTC 2016
    - 4.4K bytes
    - Viewed (0)
Back to top