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

Function TestInvalidLoneOpenBracket

tests/ff_invalid_test.go:136–141  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

134}
135
136func TestInvalidLoneOpenBracket(t *testing.T) {
137 testExpectedError(t,
138 &fflib.LexerError{},
139 `[`,
140 &Xarray{})
141}
142
143func TestInvalidLoneCloseBrace(t *testing.T) {
144 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…