Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
unittest: fixing space after branch indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilburn committed Mar 8, 2017
1 parent 5be53ec commit 2f38737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/segments/vcs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function testColorOverridingForCleanStateWorks() {
cd $FOLDER
git init 1>/dev/null

assertEquals "%K{white} %F{cyan} master %k%F{white}%f " "$(build_left_prompt)"
assertEquals "%K{white} %F{cyan}master %k%F{white}%f " "$(build_left_prompt)"

cd -
rm -fr /tmp/powerlevel9k-test
Expand All @@ -47,7 +47,7 @@ function testColorOverridingForModifiedStateWorks() {
git commit -m "test" 1>/dev/null
echo "test" > testfile

assertEquals "%K{yellow} %F{red} master ● %k%F{yellow}%f " "$(build_left_prompt)"
assertEquals "%K{yellow} %F{red}master ● %k%F{yellow}%f " "$(build_left_prompt)"

cd -
rm -fr /tmp/powerlevel9k-test
Expand All @@ -68,7 +68,7 @@ function testColorOverridingForUntrackedStateWorks() {
git init 1>/dev/null
touch testfile

assertEquals "%K{yellow} %F{cyan} master ? %k%F{yellow}%f " "$(build_left_prompt)"
assertEquals "%K{yellow} %F{cyan}master ? %k%F{yellow}%f " "$(build_left_prompt)"

cd -
rm -fr /tmp/powerlevel9k-test
Expand Down

0 comments on commit 2f38737

Please sign in to comment.