(t *testing.T)
| 92 | } |
| 93 | |
| 94 | func TestInvalidExpectedObjGotArray(t *testing.T) { |
| 95 | testExpectedError(t, |
| 96 | &fflib.LexerError{}, |
| 97 | `[]`, |
| 98 | &Xobj{}) |
| 99 | } |
| 100 | |
| 101 | func TestInvalidUnterminatedValue(t *testing.T) { |
| 102 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…