Skip to content
New issue

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

Behavior change from 1.4.21 to 1.4.22 #137

Open
joshuacronemeyer opened this issue Oct 29, 2024 · 0 comments
Open

Behavior change from 1.4.21 to 1.4.22 #137

joshuacronemeyer opened this issue Oct 29, 2024 · 0 comments

Comments

@joshuacronemeyer
Copy link

Hi there,

I've got some unit tests for our project that started failing when we upgraded. Figured I would confirm the behavior change from #136 we noticed is what you expected.

Here is behavior with version 1.4.21

[2] pry(main)> TelephoneNumber.parse("20\" 555 1234").e164_number(formatted: false)
=> "205551234"

Here is the different behavior from 1.4.22

[7] pry(main)> TelephoneNumber.parse("20\" 555 1234").e164_number(formatted: false)
=> "20205551234"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant