internal: Fix fixint test in MessagePackTest. by fangzheng · Pull Request #785 · msgpack/msgpack-java
Navigation Menu
{{ message }}
msgpack / msgpack-java Public
- Notifications You must be signed in to change notification settings
- Fork 325
Merged
xerial merged 1 commit intomsgpack:mainfrom
Jan 9, 2024Merged
internal: Fix fixint test in MessagePackTest.#785
xerial merged 1 commit intomsgpack:mainfrom
internal: Fix fixint test in MessagePackTest.#785
xerial merged 1 commit intomsgpack:mainfrom
Conversation
Copy link Copy Markdown
Contributor
fangzheng
commented
Dec 30, 2023
fangzheng
commented
According to msgpack format spec, positive fix int ranges from 0x00 to 0x7f. The test only covers from 0x00 to 0x79.
github-actions
bot
added
the
bug
label
xerial
merged commit
41168e9
into
msgpack:main
Copy link Copy Markdown
Member
xerial
commented
Jan 9, 2024
xerial commented
Jan 9, 2024Thanks. Merged
xerial
changed the title
Fix fixint test in MessagePackTest.
internal: Fix fixint test in MessagePackTest.
xerial
added
internal
and removed
bug
labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment