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

Function TestFloatRealUnderflow

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

Source from the content-addressed store, hash-verified

82}
83
84func TestFloatRealUnderflow(t *testing.T) {
85 testExpectedXValBare(t,
86 0.0,
87 `123e-10000000`,
88 &Xfloat64{})
89}
90
91func TestFloatNull(t *testing.T) {
92 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…