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

Function TestInvalidRougeColon

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

Source from the content-addressed store, hash-verified

56}
57
58func TestInvalidRougeColon(t *testing.T) {
59 testExpectedError(t,
60 &fflib.LexerError{},
61 `{:}`,
62 &Xobj{})
63}
64
65func TestInvalidMissingColon(t *testing.T) {
66 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…