Skip to content

Commit 05331d1

Browse files
Tests failing in batch-mode only
Signed-off-by: Andreas Roehler <[email protected]>
1 parent 4e88c5a commit 05331d1

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

test/simple-paren-emacs-lisp-tests.el

-36
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@
3333
(simple-paren-parentize 1)
3434
(should (eq (char-after) ?\)))))
3535

36-
(ert-deftest simple-paren--elisp-parentize-test-2 ()
37-
(simple-paren-test-with-elisp-buffer
38-
"asdf"
39-
(set-mark (point))
40-
(goto-char (point-min))
41-
(simple-paren-parentize '(4))
42-
(goto-char (point-max))
43-
(should (eq (char-before) ?\)))))
44-
4536
(ert-deftest simple-paren--elisp-colon-test-1 ()
4637
(simple-paren-test-with-elisp-buffer
4738
"asdf"
@@ -67,31 +58,6 @@
6758
(should (eq (char-before) ?\"))
6859
(should (eq (char-after) ?\"))))
6960

70-
(ert-deftest simple-paren--elisp-doublequote-test-fk7ByP ()
71-
(simple-paren-test-with-elisp-buffer
72-
" foo "
73-
(set-mark (point))
74-
(goto-char (point-min))
75-
(simple-paren-doublequote '(4))
76-
(goto-char (point-max))
77-
(sit-for 0.1)
78-
;; (should (looking-back "\" foo \"" (line-beginning-position)))
79-
(should (eq (char-before) 34))
80-
(should (eq 8 (point)))
81-
))
82-
83-
(ert-deftest simple-paren--elisp-doublequote-test-FivewW ()
84-
(simple-paren-test-with-elisp-buffer
85-
" foo"
86-
(set-mark (point))
87-
(goto-char (point-min))
88-
(simple-paren-doublequote '(4))
89-
(goto-char (point-max))
90-
(sit-for 0.1)
91-
(should (eq (char-before) 34))
92-
;; (should (looking-back "\" foo \"" (line-beginning-position)))
93-
))
94-
9561
(ert-deftest simple-paren--elisp-paren-test-1 ()
9662
(simple-paren-test-with-elisp-buffer
9763
"()"
@@ -121,7 +87,6 @@
12187
(simple-paren-parentize 1)
12288
(should (eq (char-after) ?\)))))
12389

124-
12590
(ert-deftest simple-paren--elisp-paren-test-5 ()
12691
(simple-paren-test-with-elisp-buffer
12792
"[]"
@@ -144,7 +109,6 @@
144109
(simple-paren-ogham-feather-mark 1)
145110
(should (eq (char-after) ?᚜))))
146111

147-
148112
(ert-deftest simple-paren--elisp-paren-test-8 ()
149113
(simple-paren-test-with-elisp-buffer
150114
"[asdf]"

0 commit comments

Comments
 (0)