Expand locale data sets; match tests against patterns instead of fixed sets

This commit is contained in:
lilleman
2026-06-08 16:02:58 +02:00
parent 770dcd72f2
commit e28b92090d
24 changed files with 250 additions and 143 deletions
+11 -6
View File
@@ -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" }]
}
]