Skip to content

Commit

Permalink
Add test for pure_reverse_prompt_symbol_in_vimode
Browse files Browse the repository at this point in the history
  • Loading branch information
codesections committed Feb 11, 2019
1 parent e8a997a commit 6be4717
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/_pure.test.fish
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ test "configure: pure_symbol_prompt"
) = ""
end

test "configure: pure_reverse_prompt_symbol_in_vimode"
(
set --erase pure_reverse_prompt_symbol_in_vimode
source $DIRNAME/../conf.d/pure.fish
echo $pure_reverse_prompt_symbol_in_vimode
) = 1
end

test "configure: pure_symbol_git_arrow_down"
(
set --erase pure_symbol_git_arrow_down
Expand Down

0 comments on commit 6be4717

Please sign in to comment.