mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Update funcs_test.go
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user