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

Function TestFloatRealFractionExponent

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

Source from the content-addressed store, hash-verified

54}
55
56func TestFloatRealFractionExponent(t *testing.T) {
57 testExpectedXValBare(t,
58 1.23456e80,
59 `123.456e78`,
60 &Xfloat64{})
61}
62
63func TestFloatRealNegativeExponent(t *testing.T) {
64 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…