mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-05 16:37:12 +02:00
Add Jansson vendor library.
This commit is contained in:
2
vendor/Jansson/test/suites/encoding-flags/real-precision/env
vendored
Normal file
2
vendor/Jansson/test/suites/encoding-flags/real-precision/env
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
JSON_REAL_PRECISION=4
|
||||
export JSON_REAL_PRECISION
|
1
vendor/Jansson/test/suites/encoding-flags/real-precision/input
vendored
Normal file
1
vendor/Jansson/test/suites/encoding-flags/real-precision/input
vendored
Normal file
@ -0,0 +1 @@
|
||||
[1.23456789, 1.0, 1.0000000000000002]
|
1
vendor/Jansson/test/suites/encoding-flags/real-precision/output
vendored
Normal file
1
vendor/Jansson/test/suites/encoding-flags/real-precision/output
vendored
Normal file
@ -0,0 +1 @@
|
||||
[1.235, 1.0, 1.0]
|
Reference in New Issue
Block a user