bivas / protobuf-java-format

Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
153 stars 97 forks source link

Added test of escape and unescape. Does not pass currently. #27

Closed primshnick closed 8 years ago

primshnick commented 8 years ago

I noticed this when writing code to solve issue #23. Will open new issue about this as well.

primshnick commented 8 years ago

I believe I found the issue. I'll just add the (very simple) fix and the test to the other PR (#26). Closing this one.