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

Function TestInvalidBracketComma

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

Source from the content-addressed store, hash-verified

50}
51
52func TestInvalidBracketComma(t *testing.T) {
53 testExpectedError(t,
54 &fflib.LexerError{},
55 `[,]`,
56 &Xarray{})
57}
58
59func TestInvalidBracketValueComma(t *testing.T) {
60 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…