(t *testing.T)
| 56 | } |
| 57 | |
| 58 | func TestInvalidRougeColon(t *testing.T) { |
| 59 | testExpectedError(t, |
| 60 | &fflib.LexerError{}, |
| 61 | `{:}`, |
| 62 | &Xobj{}) |
| 63 | } |
| 64 | |
| 65 | func TestInvalidMissingColon(t *testing.T) { |
| 66 | testExpectedError(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…