branch: elpa/smartparens
commit 8808729f6a9882ac4a74af244eeb42f69096c961
Author: Artem Yurchenko <[email protected]>
Commit: Artem Yurchenko <[email protected]>

    fix the latex-mode test
    
    the intention is clearly to have to the point in the parentheses
---
 test/smartparens-latex-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/smartparens-latex-test.el b/test/smartparens-latex-test.el
index c5ed6ee8be..82b9cbe25d 100644
--- a/test/smartparens-latex-test.el
+++ b/test/smartparens-latex-test.el
@@ -22,7 +22,7 @@
     (sp-backward-slurp-sexp 2)
     (sp-buffer-equals "foo ((bar)(baz)|)")
     (sp-backward-barf-sexp 2)
-    (sp-buffer-equals "foo (bar)(baz)|()")))
+    (sp-buffer-equals "foo (bar)(baz)(|)")))
 
 (ert-deftest sp-test-latex-insert-space-on-backward-slurp-where-necessary ()
   (sp-test-with-temp-buffer "foo bar(baz|)"

Reply via email to