(t *testing.T)
| 85 | } |
| 86 | |
| 87 | func TestInvalidUnmatchedBracket(t *testing.T) { |
| 88 | testExpectedError(t, |
| 89 | &fflib.LexerError{}, |
| 90 | `{`, |
| 91 | &Xobj{}) |
| 92 | } |
| 93 | |
| 94 | func TestInvalidExpectedObjGotArray(t *testing.T) { |
| 95 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…