diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-08-09 01:28:50 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-08-09 01:28:50 +0300 |
commit | e0630d75736aa274f09545f9849c035c0c6cab9b (patch) | |
tree | 764814982754ee87313998d5037db96f0a3bae4a /test/segments/custom.spec | |
parent | c7e543ff2382036b7ddc97af700164aa401f069f (diff) | |
parent | ef5f9bb1b494bcb1ceb81f7c833750d85701ca4a (diff) |
Merge branch 'fix_colors' into prepare_066
Diffstat (limited to 'test/segments/custom.spec')
-rwxr-xr-x | test/segments/custom.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/segments/custom.spec b/test/segments/custom.spec index bba878d0..4dbb11be 100755 --- a/test/segments/custom.spec +++ b/test/segments/custom.spec @@ -67,7 +67,7 @@ function testSettingVisualIdentifierForCustomSegment() { # Load Powerlevel9k source powerlevel9k.zsh-theme - assertEquals "%K{015} %F{000%}hw %f%F{000}world %k%F{015}%f " "$(build_left_prompt)" + assertEquals "%K{015} %F{000}hw %f%F{000}world %k%F{015}%f " "$(build_left_prompt)" } function testSettingVisualIdentifierForegroundColorForCustomSegment() { @@ -80,7 +80,7 @@ function testSettingVisualIdentifierForegroundColorForCustomSegment() { # Load Powerlevel9k source powerlevel9k.zsh-theme - assertEquals "%K{015} %F{red%}hw %f%F{000}world %k%F{015}%f " "$(build_left_prompt)" + assertEquals "%K{015} %F{009}hw %f%F{000}world %k%F{015}%f " "$(build_left_prompt)" } source shunit2/shunit2
\ No newline at end of file |