(t *testing.T)
| 64 | } |
| 65 | |
| 66 | func TestInvalidEmptyValue(t *testing.T) { |
| 67 | testExpectedError(t, |
| 68 | &fflib.LexerError{}, |
| 69 | ``, |
| 70 | &Xarray{}) |
| 71 | } |
| 72 | |
| 73 | func TestInvalidGarbageAfterNewline(t *testing.T) { |
| 74 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…