summaryrefslogtreecommitdiff
path: root/python/tests/testdata/region_US.py
diff options
context:
space:
mode:
authorDavid Drysdale <dmd@lurklurk.org>2013-10-10 11:28:10 +0100
committerDavid Drysdale <dmd@lurklurk.org>2013-10-10 11:28:10 +0100
commite87eee7d5ec09335c488de55e846ffe439c8e0f8 (patch)
tree2177b88b7b3347f0ec76c4a917f6cbd5541f80e6 /python/tests/testdata/region_US.py
parente325013a0ba113c09f343c00d6e2e1eb659a19db (diff)
Generated Python files for metadata
Diffstat (limited to 'python/tests/testdata/region_US.py')
-rw-r--r--python/tests/testdata/region_US.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/testdata/region_US.py b/python/tests/testdata/region_US.py
index d5901500..4b927e3b 100644
--- a/python/tests/testdata/region_US.py
+++ b/python/tests/testdata/region_US.py
@@ -20,4 +20,5 @@ PHONE_METADATA_US = PhoneMetadata(id='US', country_code=1, international_prefix=
number_format=[NumberFormat(pattern='(\\d{3})(\\d{4})', format=u'\\1 \\2', national_prefix_optional_when_formatting=True),
NumberFormat(pattern='(\\d{3})(\\d{3})(\\d{4})', format=u'\\1 \\2 \\3', national_prefix_optional_when_formatting=True)],
intl_number_format=[NumberFormat(pattern='(\\d{3})(\\d{3})(\\d{4})', format=u'\\1 \\2 \\3')],
- main_country_for_code=True)
+ main_country_for_code=True,
+ mobile_number_portable_region=True)