hildjj / node-cbor

Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.
MIT License
356 stars 73 forks source link

Fix #187 #188

Closed hildjj closed 7 months ago

hildjj commented 7 months ago

I think I had copied over code from decoder into diagnostic, and missed this use case. Should be fixed now, with a test to prevent regression.

coveralls commented 7 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling c71b7b59d05358e62eba2d9852acfe5461f7cbfe on fix-diag-null into 9ae25267211a80490f61f27740eafcc67973e795 on main.