Commit 810ff89
docs: fix broken initials doctests and add release_log entry for initials fix
The usage.rst initials doctests had unterminated strings, wrong expected
output (Python list repr, leaked global initials_format), and a missing
blank line after a doctest directive. Fix them to pass under the doctest
builder and reset CONSTANTS.initials_format so they don't leak state.
Add an Unreleased release_log entry for the initials() None fix, the
python -m nameparser CLI, and the pytest test reorg.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent b359304 commit 810ff89
2 files changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
213 | 212 | | |
| 213 | + | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
0 commit comments