// TestAppendixA roundtrips the examples of encoded CBOR data items in RFC 8949 Appendix A. For // completeness, all examples from the appendix are included, even those those that are rejected by // this decoder or are re-encoded to a different sequence of CBOR bytes (with explanation). func TestAppendixA(t *testing.T) { … }