isaiah / transit-erlang

transit format for erlang
MIT License
43 stars 12 forks source link

Booleans in maps are currently encoded incorrectly #20

Closed jlouis closed 10 years ago

jlouis commented 10 years ago

Here is the counter-example

17> eqc:quickcheck(transit_eqc:prop_iso_json()).
.....Failed! After 6 tests.
#{false => '\r'}
#{false => '\r'} /= #{{tagged_value,<<"?">>,<<"f">>} => '\r'}
Shrinking ..xx(2 times)
#{false => a}
#{false => a} /= #{{tagged_value,<<"?">>,<<"f">>} => a}
false