()
| 64 | assert fix_line('.A sidebar title') == '.A Sidebar Title' |
| 65 | |
| 66 | def test_hyphens(): |
| 67 | assert fix_line('=== A wrap-up') == '=== A Wrap-Up' |
| 68 | |
| 69 | def test_uow(): |
| 70 | assert fix_line('=== A Uow') == '=== A UoW' |
nothing calls this directly
no test coverage detected