You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(test): add comprehensive tests for msgpack payloads
- add tests for error handling in Payload methods
- test integer, string, array, map, ext, and float boundaries
- add tests for Unicode strings, nested structures, and mixed arrays
- verify correct handling of empty containers and large maps
- ensure mapPut frees old keys and arrPayload initializes elements
- add getInt and getUint utility methods to Payload
- fix MAP16 and MAP32 encoding to write length after type marker
0 commit comments