- want: string([]byte{0x98, 0x8a, 0x9a, 0x8c, 0x8b}),
+ want: []byte{0x98, 0x8a, 0x9a, 0x8c, 0x8b},
+ },
+ {
+ name: "encodes bytes with numerals to expected string",
+ args: args{
+ encodedString: []byte("foo1"),
+ },
+ want: []byte{0x99, 0x90, 0x90, 0xce },