feat: Add custom prefix/suffix to various "formats" options

This commit is contained in:
2019-12-10 02:27:53 +00:00
parent ba8616db4c
commit 4d4fa6fe36
38 changed files with 1076 additions and 228 deletions

View File

@@ -53,10 +53,7 @@ func tmuxHasOptions(t *testing.T, theme string, s tmux.Scope, m tmux.Options) {
_, ok := opts[k]
assert.Truef(t, ok, `Key "%s" is not available in %s`, k, theme)
if ok {
assert.Equalf(t,
v, opts[k],
`Key "%s" in "%s"`, k, theme,
)
assert.Equalf(t, v, opts[k], `Key "%s" in "%s"`, k, theme)
}
}
}