Expand locale data sets; match tests against patterns instead of fixed sets
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
[
|
||||
{
|
||||
"format": "#070-000 00 00",
|
||||
"weight": 10
|
||||
"format": "{prefix}-{a} {b} {c}",
|
||||
"weight": 10,
|
||||
"prefix": ["070", "072", "073", "076", "079"],
|
||||
"a": [{ "format": "000" }],
|
||||
"b": [{ "format": "00" }],
|
||||
"c": [{ "format": "00" }]
|
||||
},
|
||||
{
|
||||
"format": "#01-000 00 00"
|
||||
},
|
||||
{
|
||||
"format": "#010-000 00 00"
|
||||
"format": "{prefix}-{a} {b} {c}",
|
||||
"prefix": ["08", "011", "013", "018", "019", "021", "023", "026", "031", "033", "035", "036", "040", "042", "044", "046", "054", "060", "063", "090"],
|
||||
"a": [{ "format": "000" }],
|
||||
"b": [{ "format": "00" }],
|
||||
"c": [{ "format": "00" }]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user