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

Function TestInvalidEmptyValue

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

Source from the content-addressed store, hash-verified

64}
65
66func TestInvalidEmptyValue(t *testing.T) {
67 testExpectedError(t,
68 &fflib.LexerError{},
69 ``,
70 &Xarray{})
71}
72
73func TestInvalidGarbageAfterNewline(t *testing.T) {
74 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…