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

Function TestInvalidIdentifier

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

Source from the content-addressed store, hash-verified

99}
100
101func TestInvalidIdentifier(t *testing.T) {
102 testExpectedError(t,
103 &fflib.LexerError{},
104 `troo`,
105 &Xbool{})
106}
107
108func TestInvalidNegativeInt(t *testing.T) {
109 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…