Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1f5afa8c
Commit
1f5afa8c
authored
Dec 27, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* test/automated/electric-tests.el: Require 'elec-pair.
Set copyright holder to FSF.
parent
f1a85e52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
test/ChangeLog
test/ChangeLog
+8
-4
test/automated/electric-tests.el
test/automated/electric-tests.el
+5
-4
No files found.
test/ChangeLog
View file @
1f5afa8c
2013-12-28 Glenn Morris <rgm@gnu.org>
* automated/electric-tests.el: Require 'elec-pair.
2013-12-26 João Távora <joaotavora@gmail.com>
* automated/electric-tests.el (electric-pair-test-for): Fix
autowrapping tests in batch-mode by running with
* automated/electric-tests.el (electric-pair-test-for):
Fix autowrapping tests in batch-mode by running with
`transient-mark-mode' set to `lambda'.
2013-12-26 João Távora <joaotavora@gmail.com>
* automated/electric-tests.el: Add tests for Electric Pair mode.
* automated/electric-tests.el: New file.
2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
...
...
test/automated/electric-tests.el
View file @
1f5afa8c
;;; electric-tests.el --- tests for electric.el
;; Copyright (C) 2013
João Távora
;; Copyright (C) 2013
Free Software Foundation, Inc.
;; Author: João Távora <joaotavora@gmail.com>
;; Keywords:
...
...
@@ -18,15 +18,16 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: Tests for Electric Pair mode.
;;; TODO: Add tests for other Electric-* functionality
;;; Commentary:
;;
;; Tests for Electric Pair mode.
;; TODO: Add tests for other Electric-* functionality
;;; Code:
(
require
'ert
)
(
require
'ert-x
)
(
require
'electric
)
(
require
'elec-pair
)
(
require
'cl-lib
)
(
defun
call-with-saved-electric-modes
(
fn
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment