Skip to content

Commit

Permalink
test configurations related to right_prompt (content, color)
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Jan 8, 2019
1 parent 55a147c commit bac5393
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/_pure.test.fish
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,15 @@ test "configure: pure_command_max_exec_time"
echo $pure_command_max_exec_time
) = 5
end

test "configure: pure_right_prompt"
(
echo $pure_right_prompt
) = ""
end

test "configure: pure_color_right_prompt"
(
echo $pure_color_right_prompt
) = (set_color normal)
end

0 comments on commit bac5393

Please sign in to comment.