Expand locale data sets; match tests against patterns instead of fixed sets
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
[
|
||||
{
|
||||
"format": "(100) 100-0000"
|
||||
"format": "({area}) {exch}-{line}",
|
||||
"weight": 2,
|
||||
"area": ["202", "212", "213", "305", "312", "404", "415", "469", "503", "512", "602", "617", "646", "702", "718", "720", "737", "773", "786", "808", "917"],
|
||||
"exch": [{ "format": "100" }],
|
||||
"line": [{ "format": "0000" }]
|
||||
},
|
||||
{
|
||||
"format": "100-100-0000"
|
||||
"format": "{area}-{exch}-{line}",
|
||||
"area": ["202", "212", "213", "305", "312", "404", "415", "469", "503", "512", "602", "617", "646", "702", "718", "720", "737", "773", "786", "808", "917"],
|
||||
"exch": [{ "format": "100" }],
|
||||
"line": [{ "format": "0000" }]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user