gngrOrg / grinder

a test suite for gngr
Apache License 2.0
4 stars 1 forks source link

Support for multiple reference checks #2

Open hrj opened 8 years ago

hrj commented 8 years ago

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.