MCPcopy Index your code
hub / github.com/pquerna/ffjson / TestFloatRealCapitalENegativeExponent

Function TestFloatRealCapitalENegativeExponent

tests/ff_float_test.go:28–33  ·  view source on GitHub ↗

Test data from https://github.com/akheron/jansson/tree/master/test/suites/valid jansson, Copyright (c) 2009-2014 Petri Lehtinen (MIT Licensed)

(t *testing.T)

Source from the content-addressed store, hash-verified

26// (MIT Licensed)
27
28func TestFloatRealCapitalENegativeExponent(t *testing.T) {
29 testExpectedXValBare(t,
30 0.01,
31 `1E-2`,
32 &Xfloat64{})
33}
34
35func TestFloatRealCapitalEPositiveExponent(t *testing.T) {
36 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…