Skip to content

V and DVM #36

Closed
Closed
@coreyb42

Description

@coreyb42

Both HumanName('Hardie Leannon V') and HumanName('Hardie Leannon DVM') fail, improperly assigning 'V' and 'DVM' to the last name, respectively.

>>> HumanName('Hardie Leannon V')
<HumanName : [
    title: '' 
    first: 'Hardie' 
    middle: 'Leannon' 
    last: 'V' 
    suffix: ''
    nickname: ''
]>
>>> HumanName('Hardie Leannon DVM')
<HumanName : [
    title: '' 
    first: 'Hardie' 
    middle: 'Leannon' 
    last: 'DVM' 
    suffix: ''
    nickname: ''
]>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions