1
0
Fork 0
forked from External/ergo

more systematic bad-character check in permissive mode

This commit is contained in:
Shivaram Lingamneni 2019-12-22 09:31:51 -05:00
parent 2d4dbeba1c
commit 781bb6b051
2 changed files with 10 additions and 4 deletions

View file

@ -237,6 +237,7 @@ func TestFoldPermissive(t *testing.T) {
tester("shivaram", "DAN-", false)
tester("dolph🐬n", "DOLPH🐬n", true)
tester("dolph🐬n", "dolph💻n", false)
tester("9FRONT", "9front", true)
}
func TestFoldPermissiveInvalid(t *testing.T) {