Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOneLine (0.15 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/dump/dump_test.go

    	}
    
    	for i, tc := range testCases {
    		s := ForHash(tc.a)
    		if tc.want != s {
    			t.Errorf("[%d]:\n\texpected %q\n\tgot      %q", i, tc.want, s)
    		}
    	}
    }
    
    func TestOneLine(t *testing.T) {
    	tcs := customString("test")
    	tpcs := pCustomString("&test")
    
    	tce := customError(0)
    	tpce := pCustomError(0)
    
    	teb := embed{"test"}
    	tebw := embedwrap{teb, &teb}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 27 01:24:22 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top