From bac5393bb68554ac871795847ed5bbd7771d4c42 Mon Sep 17 00:00:00 2001 From: Edouard Lopez Date: Tue, 8 Jan 2019 15:57:30 +0100 Subject: [PATCH] test configurations related to right_prompt (content, color) --- tests/_pure.test.fish | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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