Update funcs_test.go

This commit is contained in:
Liel Chayoun
2019-08-06 11:00:06 +03:00
committed by GitHub
parent 7d623d351c
commit eb39720fbe

View File

@@ -135,9 +135,9 @@ func TestClearEnvVar(t *testing.T) {
{"0sdf", "_sdf"},
{"asd0", "asd0"},
{"_asd", "_asd"},
{"-asd", "_asd"},
{"-asd", "-asd"},
{"asd.fgh", "asd.fgh"},
{"A~!@#$%^&*()_+-={}[]|\\;:'\"<,>?/Z", "A______________________________Z"},
{"A~!@#$%^&*()_+={}[]|\\;:'\"<,>?/Z", "A_____________________________Z"},
{"A\U0001f4a9Z", "A____Z"},
}
for _, c := range cases {