Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSetEncoderSETSliceSuffix (0.27 sec)

  1. src/encoding/asn1/marshal_test.go

    	}
    	if !reflect.DeepEqual(expectedOrder, resultStruct.Strings) {
    		t.Errorf("Unexpected SET content. got: %s, want: %s", resultStruct.Strings, expectedOrder)
    	}
    }
    
    func TestSetEncoderSETSliceSuffix(t *testing.T) {
    	type testSetSET []string
    	testSet := testSetSET{"a", "aa", "b", "bb", "c", "cc"}
    
    	// Expected ordering of the SET should be:
    	// a, b, c, aa, bb, cc
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 10K bytes
    - Viewed (0)
Back to top