Support for multiple reference checks
hrj opened this issue · 0 comments
hrj commented
There are many tests which have multiple reference checks. For example, text-indent-113
.
Usually, the first reference check is ==
, and the remaining checks are !=
.
So, we need to support multiple checks, and we need to support !=
type of checking.