JonathanWThom/wordle

Should not flag letter as yellow if there is (only one) green match

Closed this issue · 1 comments

In the scenario below (on "MAGMA"), the A has only one match, in the second position. There are no other As, so the last A is gray, instead of yellow. In this gem, it would be yellow. We should fix that!

edgecase

Resolved in ac35646