(t *testing.T)
| 42 | } |
| 43 | |
| 44 | func TestInvalidTrailingComma(t *testing.T) { |
| 45 | testExpectedError(t, |
| 46 | &fflib.LexerError{}, |
| 47 | `{"X":"foo",}`, |
| 48 | &Xobj{}) |
| 49 | } |
| 50 | |
| 51 | func TestInvalidRougeComma(t *testing.T) { |
| 52 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…