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

Function TestInvalidBracketValueComma

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

Source from the content-addressed store, hash-verified

57}
58
59func TestInvalidBracketValueComma(t *testing.T) {
60 testExpectedError(t,
61 &fflib.LexerError{},
62 `[1,`,
63 &Xarray{})
64}
65
66func TestInvalidEmptyValue(t *testing.T) {
67 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…