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