mirror of
https://github.com/json-c/json-c.git
synced 2026-03-28 17:39:07 +08:00
testbench: add test for floating point representation
This commit is contained in:
4
tests/test_float.expected
Normal file
4
tests/test_float.expected
Normal file
@@ -0,0 +1,4 @@
|
||||
json = 1.0
|
||||
json = 1.23
|
||||
json = 123456789.0
|
||||
json = 123456789.123
|
||||
Reference in New Issue
Block a user