diff --git a/tests/test_shells/input.zsh b/tests/test_shells/input.zsh index b3b3ba59..20383310 100644 --- a/tests/test_shells/input.zsh +++ b/tests/test_shells/input.zsh @@ -19,6 +19,11 @@ cd ../'#[bold]' cd ../'(echo)' cd ../'$(echo)' cd ../'`echo`' +cd .. +POWERLINE_COMMAND=( $POWERLINE_COMMAND[1,5] ) ; bindkey -v + + +echo abc false true is the last line exit diff --git a/tests/test_shells/zsh.ok b/tests/test_shells/zsh.ok index 9ebcfb60..bde41125 100644 --- a/tests/test_shells/zsh.ok +++ b/tests/test_shells/zsh.ok @@ -16,4 +16,10 @@   HOSTNAME  USER   BRANCH  ⋯  shell  3rd  #[bold]  cd ../'(echo)'   HOSTNAME  USER   BRANCH  ⋯  shell  3rd  (echo)  cd ../'$(echo)'   HOSTNAME  USER   BRANCH  ⋯  shell  3rd  $(echo)  cd ../'`echo`' -  HOSTNAME  USER   BRANCH  ⋯  shell  3rd  `echo`  false +  HOSTNAME  USER   BRANCH  ⋯  shell  3rd  `echo`  cd .. +  HOSTNAME  USER   BRANCH  ⋯  tests  shell  3rd  POWERLINE_COMMAND=( $POWERLINE_COMMAND[1,5] ) ; bindkey -v + INSERT  USER  ⋯  tests  shell  3rd   COMMND  USER  ⋯  tests  shell  3rd   + INSERT  USER  ⋯  tests  shell  3rd   + INSERT  USER  ⋯  tests  shell  3rd  echo abc +abc + INSERT  USER  ⋯  tests  shell  3rd  false