(t *testing.T)
| 50 | } |
| 51 | |
| 52 | func TestInvalidBracketComma(t *testing.T) { |
| 53 | testExpectedError(t, |
| 54 | &fflib.LexerError{}, |
| 55 | `[,]`, |
| 56 | &Xarray{}) |
| 57 | } |
| 58 | |
| 59 | func TestInvalidBracketValueComma(t *testing.T) { |
| 60 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…