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

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

[nongnu] elpa/swift-mode 52a01b1 269/496: Add test case for backward-sex


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 52a01b1 269/496: Add test case for backward-sexp
Date: Sun, 29 Aug 2021 11:33:49 -0400 (EDT)

branch: elpa/swift-mode
commit 52a01b1afde00d2f56947ce2bbef063e4acec7a9
Author: uk-ar <yuuki.ari@gmail.com>
Commit: uk-ar <yuuki.ari@gmail.com>

    Add test case for backward-sexp
---
 test/indentation-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/indentation-tests.el b/test/indentation-tests.el
index 9ee0950..f02ed7f 100644
--- a/test/indentation-tests.el
+++ b/test/indentation-tests.el
@@ -77,6 +77,8 @@ values of customisable variables."
            (goto-char (point-min))
            (forward-sexp 10)
            (should (equal (point-max) (point)))
+           (forward-sexp -10)
+           (should (equal (point-min) (point)))
            )))))
 
 ;; Provide font locking for easier test editing.



reply via email to

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