techniboogie-dart / recase

BSD 2-Clause "Simplified" License
103 stars 15 forks source link

TitleCase not applying NYT-style capitalization rules #27

Open opanitch opened 1 year ago

opanitch commented 1 year ago

TitleCase is not returning proper TitleCase as defined by the NYT.

NYT TitleCase rules

example: Add a person manually with an address returns as Add A Person Manually With An Address

expected: Add a Person Manually With an Address.

opanitch commented 1 year ago

hey all - I've posted a PR I believe solves the issue, but I cannot get the test suite to run so I can confirm the test suite still works.