1
0
Fork 0
forked from External/ergo

more lenient casefolding for skeletons

This commit is contained in:
Shivaram Lingamneni 2019-02-03 02:45:02 -05:00
parent e7399ba2b5
commit c34d9e0b72
2 changed files with 17 additions and 10 deletions

View file

@ -173,4 +173,6 @@ func TestSkeleton(t *testing.T) {
t.Errorf("we must protect against cyrillic homoglyph attacks")
}
// should not raise an error:
skeleton("けらんぐ")
}