mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 13:33:53 -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.