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

Function TestInvalidExpectedObjGotArray

tests/ff_obj_test.go:94–99  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

92}
93
94func TestInvalidExpectedObjGotArray(t *testing.T) {
95 testExpectedError(t,
96 &fflib.LexerError{},
97 `[]`,
98 &Xobj{})
99}
100
101func TestInvalidUnterminatedValue(t *testing.T) {
102 testExpectedError(t,

Callers

nothing calls this directly

Calls 1

testExpectedErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…