tl24 / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
1 stars 1 forks source link

Deserialize float.NegativeInfinity ("-Infinity") fails #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Serialize float.NegativeInfinity
2. Deserialize as -Infinity

Expected: deserialized float.NegativeInfinity

Version: 3.1.1.279, Windows 7 64 bit

Original issue reported on code.google.com by jthi...@gmail.com on 16 Jan 2012 at 2:13

GoogleCodeExporter commented 9 years ago
I see that I had some tests that had -Infinity commented out, not sure why.  
I'll take a look and see what's going on there.

Original comment by elliott....@gmail.com on 16 Jan 2012 at 2:27