Do not suggest match_array / contains_exactly for empty arrays
These suggestions are useful in general, but for an empty array it doesn't really make sense: `eq([])` is both shorter and clearer. Ordering cannot possibly be an issue with an empty array.
想要评论请 注册 或 登录