github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/command/operator/raft/operator_raft_test.go (about) 1 package raft 2 3 import ( 4 "strings" 5 "testing" 6 ) 7 8 func TestOperatorRaftCommand_noTabs(t *testing.T) { 9 t.Parallel() 10 if strings.ContainsRune(New().Help(), '\t') { 11 t.Fatal("help has tabs") 12 } 13 }