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

Escape / Unescape bytes are not perfect inverses #28

Open
primshnick opened this issue Mar 28, 2016 · 1 comment
Open

Escape / Unescape bytes are not perfect inverses #28

primshnick opened this issue Mar 28, 2016 · 1 comment

Comments

@primshnick
Copy link

Escaping a ByteString (JavaFormat.escapeBytes(...)) produces a String that does not always get unescaped back to an equivalent of the original ByteString via JavaFormat.unescapeBytes(...). See pull request #27 for a test that demonstrates this.

@primshnick
Copy link
Author

This has been addressed by pull request 26

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