This should make implementing pending cases a bit simpler, with better feedback. Once the inflection rules implement the pending case, the test will fail and we can get a green suite by removing it from "pending".
This also removes a pending example for 'Swiss' since it's not pending anymore :) (Which is exactly the kind of thing I was hoping to find in the future)
In implementing #34, I used this change to find that pluses and cactuses could be removed from pending and moved to a regular expectation (as an example of the usefulness of this PR).
This should make implementing pending cases a bit simpler, with better feedback. Once the inflection rules implement the pending case, the test will fail and we can get a green suite by removing it from "pending".
This also removes a pending example for 'Swiss' since it's not pending anymore :) (Which is exactly the kind of thing I was hoping to find in the future)