mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 13:35:06 +00:00
Make MonsterExtra table a root table (#5315)
- MonsterExtra table a root table - add mosterdata_extra.json
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
b8ef8c1521
commit
af74f87ccd
11
tests/monsterdata_extra.json
Normal file
11
tests/monsterdata_extra.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
// Float-point values with NaN and Inf defaults.
|
||||
testf_nan : nan,
|
||||
testf_pinf : +inf,
|
||||
testf_ninf : -inf,
|
||||
testd_nan : nan,
|
||||
testd_pinf : +inf,
|
||||
testd_ninf : -inf,
|
||||
testf_vec : [-1.0, 2.0, -inf, +inf, nan],
|
||||
testd_vec : [-1.0, 4.0, -inf, +inf, nan]
|
||||
}
|
||||
Reference in New Issue
Block a user