MCPcopy
hub / github.com/pquerna/ffjson / TestFloatNull

Function TestFloatNull

tests/ff_float_test.go:91–96  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

89}
90
91func TestFloatNull(t *testing.T) {
92 testExpectedXValBare(t,
93 0.0,
94 `null`,
95 &Xfloat64{})
96}
97
98func TestFloatInt(t *testing.T) {
99 testExpectedXValBare(t,

Callers

nothing calls this directly

Calls 1

testExpectedXValBareFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…