From: Simon Ruderich Date: Sun, 9 May 2021 09:38:42 +0000 (+0200) Subject: safcm: tests: test detected groups with leading/trailing space X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=accb83e3f63f6b86efde411523d7d36b03816cf3 safcm: tests: test detected groups with leading/trailing space --- diff --git a/cmd/safcm/sync_info_test.go b/cmd/safcm/sync_info_test.go index b1da4c1..5498a20 100644 --- a/cmd/safcm/sync_info_test.go +++ b/cmd/safcm/sync_info_test.go @@ -49,7 +49,7 @@ func TestHostInfoRespToGroups(t *testing.T) { Goarch: "amd64", Output: []string{ "simple", - "with spaces", + " with spaces \t", "with UPPERcase", "with UTF-8: Hello, 世界", },