msgpack / msgpack-java

MessagePack serializer implementation for Java / msgpack.org[Java]
http://msgpack.org/
Apache License 2.0
1.4k stars 320 forks source link

internal: Fix fixint test in MessagePackTest. #785

Closed fangzheng closed 6 months ago

fangzheng commented 6 months ago

According to msgpack format spec, positive fix int ranges from 0x00 to 0x7f. The test only covers from 0x00 to 0x79.

xerial commented 6 months ago

Thanks. Merged