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

Function TestFloatRealCapital

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

Source from the content-addressed store, hash-verified

40}
41
42func TestFloatRealCapital(t *testing.T) {
43 testExpectedXValBare(t,
44 1e22,
45 `1E22`,
46 &Xfloat64{})
47}
48
49func TestFloatRealExponent(t *testing.T) {
50 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…