Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 04 Apr 02:40
· 3 commits to main since this release
8fa3b71

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_minus helper, and edge cases