Skip to content

internal: Fix fixint test in MessagePackTest. - #785

Merged
xerial merged 1 commit into
msgpack:mainfrom
fangzheng:FixMessagePackTest
Jan 9, 2024
Merged

internal: Fix fixint test in MessagePackTest.#785
xerial merged 1 commit into
msgpack:mainfrom
fangzheng:FixMessagePackTest

Conversation

@fangzheng

Copy link
Copy Markdown
Contributor

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

@xerial
xerial merged commit 41168e9 into msgpack:mainJan 9, 2024
@xerial

Copy link
Copy Markdown
Member

Thanks. Merged

@xerialxerial changed the title Fix fixint test in MessagePackTest.internal: Fix fixint test in MessagePackTest.Jan 9, 2024
@xerialxerial added internal and removed bug labels Jan 9, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@fangzheng@xerial