You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues validating (plausiblating?? haha) number for countries such as Denmark
Phony.plausible?('45 44 11 22 33')# => false
It is weird (I would expect it to return true) because I can see the country definition in the countries.rb file. And it also matches what wikipedia says
I tried the same thing with with others using the none matcher like Liechtenstein and those don't work either.
Ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm having issues validating (plausiblating?? haha) number for countries such as Denmark
It is weird (I would expect it to return
true
) because I can see the country definition in the countries.rb file. And it also matches what wikipedia saysI tried the same thing with with others using the
none
matcher like Liechtenstein and those don't work either.Ideas?
Thanks!
The text was updated successfully, but these errors were encountered: