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

Function TestFloatRealExponent

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

Source from the content-addressed store, hash-verified

47}
48
49func TestFloatRealExponent(t *testing.T) {
50 testExpectedXValBare(t,
51 1.2299999999999999e47,
52 `123e45`,
53 &Xfloat64{})
54}
55
56func TestFloatRealFractionExponent(t *testing.T) {
57 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…