We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Wordle solver generates the wrong mask when a letter occurs twice in the guess but only once in the solution.
maskToString (mask ("teeth", "depot"));
currently returns "ygbbb" but should return "ygbbb".
The text was updated successfully, but these errors were encountered:
Test case for [MOREL-136] Wordle solver generates wrong mask
c5afd69
Fixes hydromatic#136
When branches are created from issues, their pull requests are automatically linked.
The Wordle solver generates the wrong mask when a letter occurs twice in the guess but only once in the solution.
currently returns "ygbbb" but should return "ygbbb".
The text was updated successfully, but these errors were encountered: