joshfraser/PHP-Name-Parser

Test cases failing

Opened this issue · 0 comments

I was excited to find this open-source library of yours. Thanks for making it.

I'm trying to replace my own custom name parser with yours because I bet you've put more thought into yours.

However, these 4 test cases of mine failed when trying to use your parser:

  1. fname for 'Prof. Hilma Mraz, Ph.D.' should be 'Hilma'
  2. lname for 'Prof. Hilma Mraz, Ph.D.' should be 'Mraz'
  3. fname for 'Ashley Jones, Ph.D.' should be 'Ashley'
  4. lname for 'Ashley Jones, Ph.D.' should be 'Jones'

Right?