MCPcopy Create free account
hub / github.com/pquerna/ffjson / TestInvalidUnmatchedBracket

Function TestInvalidUnmatchedBracket

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

Source from the content-addressed store, hash-verified

85}
86
87func TestInvalidUnmatchedBracket(t *testing.T) {
88 testExpectedError(t,
89 &fflib.LexerError{},
90 `{`,
91 &Xobj{})
92}
93
94func TestInvalidExpectedObjGotArray(t *testing.T) {
95 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…