NCATComp410 / comp410_summer_2023

Repository for COMP-410 summer 2023
GNU General Public License v3.0
0 stars 3 forks source link

Phone number test case commented out #29

Closed claesmk closed 1 year ago

claesmk commented 1 year ago

Why was this particular test case commented out?

    #results = analyze_text('+1(999)222-444')
    #self.assertIn('PHONE_NUMBER', str(results))
ncholliday commented 1 year ago

When I tested that case, it failed. The test didn’t run. I think the plus sign was not accepted.