PHP-Name-Parser icon indicating copy to clipboard operation
PHP-Name-Parser copied to clipboard

Test cases failing

Open ryancwalsh opened this issue 6 years ago • 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?

ryancwalsh avatar Aug 13 '19 21:08 ryancwalsh