v0.3.2
v0.3.2
Fixes
- Mixed em dash + hyphen combos —
@user —-now correctly counts as 3 (em dash=2 + hyphen=1), not 2 - Regex rewritten to match any mix of hyphens and em dashes as one group
- Added
_count_minus()helper for accurate counting
Tests
- 70 total tests passing
- New tests for mixed dash combos (
—-,-—,--—),_count_minushelper, and edge cases