(t *testing.T)
| 35 | } |
| 36 | |
| 37 | func TestInvalidNoValue(t *testing.T) { |
| 38 | testExpectedError(t, |
| 39 | &fflib.LexerError{}, |
| 40 | `{"X":}`, |
| 41 | &Xobj{}) |
| 42 | } |
| 43 | |
| 44 | func TestInvalidTrailingComma(t *testing.T) { |
| 45 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…