This commit is contained in:
Daisuke Maki 2016-06-23 02:59:56 -04:00
parent e261219f4b
commit eada702831

View file

@ -41,12 +41,12 @@ func TestReadRC(t *testing.T) {
expected := Config{
Keymap: map[string]string{
"C-j": "peco.Finish",
"C-j": "peco.Finish",
"C-x,C-c": "peco.Finish",
},
InitialMatcher: IgnoreCaseMatch,
Layout: DefaultLayoutType,
Prompt: "[peco]",
Layout: DefaultLayoutType,
Prompt: "[peco]",
SingleKeyJump: SingleKeyJumpConfig{
PrefixMap: map[rune]uint{},
},
@ -60,7 +60,7 @@ func TestReadRC(t *testing.T) {
bg: termbox.ColorDefault,
},
Selected: Style{
fg: termbox.ColorBlack|termbox.AttrUnderline,
fg: termbox.ColorBlack | termbox.AttrUnderline,
bg: termbox.ColorCyan,
},
SavedSelection: Style{