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

Function TestFloatRealNegativeExponent

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

Source from the content-addressed store, hash-verified

61}
62
63func TestFloatRealNegativeExponent(t *testing.T) {
64 testExpectedXValBare(t,
65 0.01,
66 `1e-2`,
67 &Xfloat64{})
68}
69
70func TestFloatRealPositiveExponent(t *testing.T) {
71 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…