alphaHeavy / protobuf

An implementation of Google's Protocol Buffers in Haskell.
http://hackage.haskell.org/package/protobuf
BSD 3-Clause "New" or "Revised" License
96 stars 18 forks source link

add tests for repeated enumerations #18

Closed jamesthompson closed 9 years ago

jamesthompson commented 9 years ago

This PR adds tests proving correctness for the serialization / deserialization of Enums with single or multiple constructors.

NathanHowell commented 9 years ago

Awesome, thanks for getting this fixed. I'll push an update to Hackage this weekend.