(t *testing.T)
| 78 | } |
| 79 | |
| 80 | func TestInvalidUnmatchedBrace(t *testing.T) { |
| 81 | testExpectedError(t, |
| 82 | &fflib.LexerError{}, |
| 83 | `[`, |
| 84 | &Xobj{}) |
| 85 | } |
| 86 | |
| 87 | func TestInvalidUnmatchedBracket(t *testing.T) { |
| 88 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…