Sha256: 5a652c7c89ab8ecb072aa274949588f3d4927157f7e9b952367e4e8e644e61ae
Contents?: true
Size: 347 Bytes
Versions: 23
Compression:
Stored size: 347 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper') ## Taiwan class TWTest < Phonie::TestCase def test_local parse_test('+886423194678', '886', '4', '23194678', 'Taiwan, Province Of China', false) end def test_mobile parse_test('+886952475345', '886', '9', '52475345', 'Taiwan, Province Of China', true) end end
Version data entries
23 entries across 23 versions & 1 rubygems