MCPcopy Index your code
hub / github.com/pquerna/ffjson / TestInvalidUnterminatedValue

Function TestInvalidUnterminatedValue

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

Source from the content-addressed store, hash-verified

99}
100
101func TestInvalidUnterminatedValue(t *testing.T) {
102 testExpectedError(t,
103 &fflib.LexerError{},
104 `{"X": "foo`,
105 &Xobj{})
106}

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…