emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/smartparens 8808729f6a 2/4: fix the latex-mode test


From: ELPA Syncer
Subject: [nongnu] elpa/smartparens 8808729f6a 2/4: fix the latex-mode test
Date: Wed, 10 Apr 2024 13:00:43 -0400 (EDT)

branch: elpa/smartparens
commit 8808729f6a9882ac4a74af244eeb42f69096c961
Author: Artem Yurchenko <artemyurchenko@zoho.com>
Commit: Artem Yurchenko <artemyurchenko@zoho.com>

    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

[Prev in Thread] Current Thread [Next in Thread]