I met a question about how to write test cases for a function? for example, the function :
bool match (string s, string p); if s matchs p, return true , otherwise return false. string p is kind of...