You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): remove dead branch in test_nfkc_normalization_detected
The 'if original != normalized' guard was always True for fullwidth ASCII
(abc always maps to abc under NFKC), making the False branch unreachable
and dropping overall branch coverage below the required 100%.
0 commit comments