mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-18 05:52:54 -04:00
Some Unicode uppercase letters (e.g., mathematical bold 𝐀) have no distinct lowercase form, so keyword.lower() == keyword. Filter these out since the test requires a genuine case difference.