Grep: Shouldn't be added more test to be correct?

Hi everybody,
I think tests should include something like this to be correct :

{
  Pattern : ca+t
  Input: ca
  ExpectedExitCode: 1
}

as for now there is no case tested where the mandatory chars after the + operator are missing or wrong.