diff options
| -rw-r--r-- | test/evil-surround-test.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/evil-surround-test.el b/test/evil-surround-test.el index c2028de..c8eaff4 100644 --- a/test/evil-surround-test.el +++ b/test/evil-surround-test.el @@ -125,4 +125,11 @@ ("dsb") "[o]ne two three" ("ys3wb") - "[(]one two three)"))) + "[(]one two three)")) + (ert-info ("ensure backquote delimiters work") + (evil-test-buffer + "`this_is_a_[b]acktick_surrounded_word`" + (turn-on-evil-surround-mode) + ("cs`)") + "[(]this_is_a_backtick_surrounded_word)" + ))) |
