protobuf-java-format
protobuf-java-format copied to clipboard
Escape / Unescape bytes are not perfect inverses
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.
This has been addressed by pull request 26