Comment 18 for bug 1308090

Revision history for this message
Dan Pearl (dpearl) wrote :

I think the PgTap test that failed is faulty, likely due to a cut and paste error when creating the test. The code attempts to turn xxxx. into xxxx if and only if the xxxx doesn't look like an initial. "Slattery,Francis X." => same, but "Smith,John." => "Smith,John".

The "X." should go to "X", so the pgTap test is expecting the wrong value.
(Yeah, it's kind of a degenerate case.)