summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-11-03 12:03:24 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-11-03 12:03:24 -0700
commit22e113932885255ac964f7ccd5184dfa4f3a2d88 (patch)
tree292072e93c6f1dae3ccf96bc45b4d43fd2ad9c1d /Test
parent533d839384492fcdf851a94f597c989491d9b361 (diff)
downloadzsh-22e113932885255ac964f7ccd5184dfa4f3a2d88.tar.gz
zsh-22e113932885255ac964f7ccd5184dfa4f3a2d88.tar.xz
zsh-22e113932885255ac964f7ccd5184dfa4f3a2d88.zip
39824: test case for 39811 (commit ae4c035c)
Diffstat (limited to 'Test')
-rw-r--r--Test/X02zlevi.ztst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/X02zlevi.ztst b/Test/X02zlevi.ztst
index ced70300f..70fef4c67 100644
--- a/Test/X02zlevi.ztst
+++ b/Test/X02zlevi.ztst
@@ -244,6 +244,14 @@
 >BUFFER: binging
 >CURSOR: 3
 
+  print -u $ZTST_fd 'This test may hang the shell when it fails...'
+  zletest $'worm\erdhd..'
+0:use of vi-repeat as the motion and repeat after a failed change
+>BUFFER: word
+>CURSOR: 2
+F:For vi compatibility, "." should repeat the "rd" change after "d."
+F:Update result to ">BUFFER: wodd" if compatibility is repaired.
+
   zpty_run 'bindkey "^_" undo'
   zletest $'undoc\037e'
 0:use of undo in vi insert mode