Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for TestPull (0.12 sec)

  1. src/encoding/asn1/asn1_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	var u unexported
    	_, err = Unmarshal(bs, &u)
    	if err != want {
    		t.Errorf("got %v, want %v", err, want)
    	}
    }
    
    func TestNull(t *testing.T) {
    	marshaled, err := Marshal(NullRawValue)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !bytes.Equal(NullBytes, marshaled) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 29 18:24:36 UTC 2023
    - 43.6K bytes
    - Viewed (0)
Back to top