diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-06-20 22:44:12 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-06-20 22:44:12 +0300 |
commit | 8c0df73d81149ac3346e4ced3dd769db1d05b74a (patch) | |
tree | 0205e59ed1d9644c6b1b9164df567a3ae6cc490b | |
parent | 08a3801c812610c1c2c7f978033d19fa5a9e0ca4 (diff) |
Fix tests
-rwxr-xr-x | test/powerlevel9k.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/powerlevel9k.spec b/test/powerlevel9k.spec index 16043d00..0ddf36c1 100755 --- a/test/powerlevel9k.spec +++ b/test/powerlevel9k.spec @@ -123,7 +123,7 @@ function testNewlineOnRpromptCanBeDisabled() { POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(custom_rworld) powerlevel9k_prepare_prompts - assertEquals '$(print_icon MULTILINE_FIRST_PROMPT_PREFIX)[39m[0m[49m[47m [30mworld [49m[37m[39m $(print_icon MULTILINE_LAST_PROMPT_PREFIX)[1A[39m[0m[49m[37m[39m[47m[30m rworld [39m[00m[1B' "$(print -P ${PROMPT}${RPROMPT})" + assertEquals '$(print_icon MULTILINE_FIRST_PROMPT_PREFIX)[39m[0m[49m[47m [30mworld [49m[37m[39m $(print_icon MULTILINE_LAST_PROMPT_PREFIX)[1A[39m[0m[49m[37m[39m[47m[30m rworld[K[00m[1B' "$(print -P ${PROMPT}${RPROMPT})" unset POWERLEVEL9K_PROMPT_ON_NEWLINE unset POWERLEVEL9K_RPROMPT_ON_NEWLINE |