diff --git a/tests/_pure.test.fish b/tests/_pure.test.fish index 1ae52937..7cef2473 100644 --- a/tests/_pure.test.fish +++ b/tests/_pure.test.fish @@ -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