Skip to content

Commit

Permalink
import _pure_get_prompt_symbol.fish in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Feb 19, 2019
1 parent c72242e commit ef543ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/_pure_prompt.test.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source $current_dirname/../functions/_pure_prompt.fish
source $current_dirname/../functions/_pure_prompt_virtualenv.fish
source $current_dirname/../functions/_pure_prompt_vimode.fish
source $current_dirname/../functions/_pure_prompt_symbol.fish
source $current_dirname/../functions/_pure_get_prompt_symbol.fish
source $current_dirname/../functions/_pure_print_prompt.fish
source $current_dirname/../functions/_pure_string_width.fish

Expand Down
2 changes: 1 addition & 1 deletion tests/_pure_prompt_symbol.test.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source $current_dirname/../functions/_pure_prompt_symbol.fish
source $current_dirname/../functions/_pure_get_prompt_symbol.fish
source $current_dirname/../functions/_pure_prompt_symbol.fish

set --local empty ''
set --local fail 1
Expand Down

0 comments on commit ef543ef

Please sign in to comment.