Closed
Description
$ python tests.py "The Rt Hon John Jones"
<HumanName : [
title: 'Hon'
first: ''
middle: ''
last: 'John'
suffix: ''
nickname: ''
]>
Should be:
$ python tests.py "The Rt Hon John Jones"
<HumanName : [
title: 'The Rt Hon'
first: 'John'
middle: ''
last: 'Jones'
suffix: ''
nickname: ''
]>
Fix the test test_conjunction_before_title()
Don't break "E Jones"