Home | History | Annotate | Download | only in asn1

Lines Matching full:base10

107 	base10 string
120 if ret.String() != test.base10 {
121 t.Errorf("#%d: bad result from %x, got %s want %s", i, test.in, ret.String(), test.base10)