Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a good test for integers with overpadded zero values. #63

Open
tgregg opened this issue Feb 7, 2020 · 0 comments
Open

Add a good test for integers with overpadded zero values. #63

tgregg opened this issue Feb 7, 2020 · 0 comments

Comments

@tgregg
Copy link
Contributor

tgregg commented Feb 7, 2020

See:

0x20 is the most common binary form of int 0, and is the only form that standard Ion writers should write. However, overpadded encodings of 0 with the positive int type code 2 are permitted, e.g. 0x21 0x00. Add a test for such overpadded encodings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant