Closed claesmk closed 1 year ago
Why was this particular test case commented out?
#results = analyze_text('+1(999)222-444') #self.assertIn('PHONE_NUMBER', str(results))
When I tested that case, it failed. The test didn’t run. I think the plus sign was not accepted.
Why was this particular test case commented out?