forked from External/ergo
more systematic bad-character check in permissive mode
This commit is contained in:
parent
2d4dbeba1c
commit
781bb6b051
2 changed files with 10 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue