diff options
| author | Yiming Chen <dsdshcym@gmail.com> | 2020-05-26 07:50:54 +0800 |
|---|---|---|
| committer | ninrod <filipe.silva@gmail.com> | 2020-06-03 19:16:23 -0300 |
| commit | 346d4d85fcf1f9517e9c4991c1efe68b4130f93a (patch) | |
| tree | b3d3008eb33341ad23921c4b85cf8f0404fa6b2b /test | |
| parent | 1c34944d8c98da4a2385d24ee89eef9cdf569a12 (diff) | |
- rel: #133
Diffstat (limited to 'test')
| -rw-r--r-- | test/evil-surround-test.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/evil-surround-test.el b/test/evil-surround-test.el index 73d4b69..1da5d37 100644 --- a/test/evil-surround-test.el +++ b/test/evil-surround-test.el @@ -166,6 +166,14 @@ "one two 'three'" ("W.") ;; repeat delete surround "one two three")) + (ert-info ("repeat surrounding with count") + (evil-test-buffer + "[o]ne two three\none two three" + (turn-on-evil-surround-mode) + ("ys2wb") + "(one two) three\none two three" + ("j.") + "(one two) three\n(one two) three")) (ert-info ("visual surrounding") (evil-test-buffer "<one two> three\nfour\n" |
