branch: elpa/swift-mode
commit 52a01b1afde00d2f56947ce2bbef063e4acec7a9
Author: uk-ar <yuuki....@gmail.com>
Commit: uk-ar <yuuki....@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