(t *testing.T)
| 78 | } |
| 79 | |
| 80 | func TestInvalidGarbageAtEnd(t *testing.T) { |
| 81 | testExpectedError(t, |
| 82 | &fflib.LexerError{}, |
| 83 | "[1,2,3]foo", |
| 84 | &Xarray{}) |
| 85 | } |
| 86 | |
| 87 | func TestInvalidIntStartingWithZero(t *testing.T) { |
| 88 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…