Say what the triple-letter test and the escape rule actually cover

This commit is contained in:
M
2026-08-28 13:15:43 +02:00
committed by lilleman-tw
parent 630f75f556
commit aec0497ce5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ func TestShippedMiscReferenceData(t *testing.T) {
}
// TestSwedishPersonNamesHaveNoTripleLetter pins an orthographic rule the shape
// regexes miss: Swedish never triples a consonant.
// regexes miss: no generated name repeats a character three times over.
func TestSwedishPersonNamesHaveNoTripleLetter(t *testing.T) {
f := newFakes(t, "data/sv_SE", WithSeed(11))
for _, path := range []string{"person", "person.last"} {