aboutsummaryrefslogtreecommitdiff
path: root/internal/norm/fuzz_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/norm/fuzz_test.go')
-rw-r--r--internal/norm/fuzz_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/norm/fuzz_test.go b/internal/norm/fuzz_test.go
index 27deadc..2dc864e 100644
--- a/internal/norm/fuzz_test.go
+++ b/internal/norm/fuzz_test.go
@@ -36,7 +36,7 @@ func FuzzTextIdempotent(f *testing.F) {
// FuzzFoldMapped: FoldMapped's text is always Fold's, and any part of it
// leads back to original text that folds to something holding that part.
func FuzzFoldMapped(f *testing.F) {
- for _, s := range []string{"Łódź-faktura.pdf", "straße", "áb", "\xff\xfeé", "́a", "Æsir"} {
+ for _, s := range []string{"Łódź-faktura.pdf", "straße", "a\u0301b", "\xff\xfeé", "\u0301a", "Æsir"} {
f.Add(s, 0, 2)
}
f.Fuzz(func(t *testing.T, s string, a, b int) {