We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A test similar to ours that used to pass in version 3.7.7 but is failing on 3.8.0:
3.7.7
3.8.0
let partialFormatter = PartialFormatter(phoneNumberKit: PhoneNumberKit(), defaultRegion: "JE", withPrefix: false) var testNumber = "078297" XCTAssertEqual(partialFormatter.formatPartial(testNumber), "7829 7")
Formatted number equals "7829 7"
"7829 7"
Formatted number equals ""
""
Running tests within the PartialFormatterTests of this repo
PartialFormatterTests
The text was updated successfully, but these errors were encountered:
Fix regex parsing
d7c120a
Fixes #792
1f9e7d7
Successfully merging a pull request may close this issue.
New Issue Checklist
Steps to reproduce
A test similar to ours that used to pass in version
3.7.7
but is failing on3.8.0
:Expected result
Formatted number equals
"7829 7"
Actual result
Formatted number equals
""
Environment
Running tests within the
PartialFormatterTests
of this repoThe text was updated successfully, but these errors were encountered: