react-wordle icon indicating copy to clipboard operation
react-wordle copied to clipboard

unicode fix for getGuessStatuses + a few unit tests

Open jleverenz opened this issue 3 years ago • 3 comments

Some unit tests around unicode handling. #250 should go in first.

jleverenz avatar Feb 26 '22 19:02 jleverenz

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/cwackerfuss/react-wordle/Ee3UZZai5Aqb6xNpTEwLTedUBDFG
✅ Preview: https://react-wordle-git-fork-jleverenz-up-unicode-test-cwackerfuss.vercel.app

vercel[bot] avatar Feb 26 '22 19:02 vercel[bot]

Rebased now that #250 is in. This PR also contains a bugfix for getGuessStatuses unicode support.

jleverenz avatar Mar 02 '22 18:03 jleverenz

Oh, wow, thanks for creating these tests! I've been struggling to come up with a well maintanable way to test the cases (I have little experience with react so far), now I can build upon your code.

gheja avatar Mar 05 '22 15:03 gheja