From 9fe9310ccf4971f0d1976f9bdaafd04a68ea314b Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 17 Jul 2020 09:19:06 -0300 Subject: Deleted fisher stuff --- .../spacefish/tests/__sf_section_char.test.fish | 88 ---------------------- 1 file changed, 88 deletions(-) delete mode 100644 .config/fisher/github.com/matchai/spacefish/tests/__sf_section_char.test.fish (limited to '.config/fisher/github.com/matchai/spacefish/tests/__sf_section_char.test.fish') diff --git a/.config/fisher/github.com/matchai/spacefish/tests/__sf_section_char.test.fish b/.config/fisher/github.com/matchai/spacefish/tests/__sf_section_char.test.fish deleted file mode 100644 index 8ebf76b8..00000000 --- a/.config/fisher/github.com/matchai/spacefish/tests/__sf_section_char.test.fish +++ /dev/null @@ -1,88 +0,0 @@ -source $DIRNAME/spacefish_test_setup.fish - -function setup - spacefish_test_setup -end - -test "Displays default char with status code 0" - ( - set sf_exit_code 0 - - set_color --bold - echo -n "" - set_color normal - set_color --bold green - echo -n "➜" - set_color normal - set_color --bold - echo -n " " - set_color normal - ) = (__sf_section_char) -end - -test "Displays default char with status code 1" - ( - set sf_exit_code 1 - - set_color --bold - echo -n "" - set_color normal - set_color --bold red - echo -n "➜" - set_color normal - set_color --bold - echo -n " " - set_color normal - ) = (__sf_section_char) -end - -test "Changing SPACEFISH_CHAR_SYMBOL changes the displayed character" - ( - set sf_exit_code 0 - set SPACEFISH_CHAR_SYMBOL · - - set_color --bold - echo -n "" - set_color normal - set_color --bold green - echo -n "·" - set_color normal - set_color --bold - echo -n " " - set_color normal - ) = (__sf_section_char) -end - -test "Changing SPACEFISH_CHAR_PREFIX changes the character prefix" - ( - set sf_exit_code 0 - set SPACEFISH_CHAR_PREFIX · - - set_color --bold - echo -n "·" - set_color normal - set_color --bold green - echo -n "➜" - set_color normal - set_color --bold - echo -n " " - set_color normal - ) = (__sf_section_char) -end - -test "Changing SPACEFISH_CHAR_SYMBOL changes the character suffix" - ( - set sf_exit_code 0 - set SPACEFISH_CHAR_SUFFIX · - - set_color --bold - echo -n "" - set_color normal - set_color --bold green - echo -n "➜" - set_color normal - set_color --bold - echo -n "·" - set_color normal - ) = (__sf_section_char) -end -- cgit v1.2.3