(t *testing.T)
| 57 | } |
| 58 | |
| 59 | func TestInvalidBracketValueComma(t *testing.T) { |
| 60 | testExpectedError(t, |
| 61 | &fflib.LexerError{}, |
| 62 | `[1,`, |
| 63 | &Xarray{}) |
| 64 | } |
| 65 | |
| 66 | func TestInvalidEmptyValue(t *testing.T) { |
| 67 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…