diff options
| author | Andrea Corallo | 2020-08-29 11:33:37 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-08-29 11:33:37 +0200 |
| commit | c3514a6274cd6c6ddf2c133ccc708b7875aab90e (patch) | |
| tree | 5f76eefdfef645bca9bc8640accb77c53704116a /test/src | |
| parent | aa526c9470d679e9144af55d9e56928a111d2ceb (diff) | |
| parent | 7d5807277ff614a337c7e4530bb8d0e0188c189b (diff) | |
| download | emacs-c3514a6274cd6c6ddf2c133ccc708b7875aab90e.tar.gz emacs-c3514a6274cd6c6ddf2c133ccc708b7875aab90e.zip | |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/charset-tests.el | 8 | ||||
| -rw-r--r-- | test/src/chartab-tests.el | 8 | ||||
| -rw-r--r-- | test/src/cmds-tests.el | 8 | ||||
| -rw-r--r-- | test/src/doc-tests.el | 8 | ||||
| -rw-r--r-- | test/src/editfns-tests.el | 6 | ||||
| -rw-r--r-- | test/src/fileio-tests.el | 39 | ||||
| -rw-r--r-- | test/src/lread-tests.el | 6 | ||||
| -rw-r--r-- | test/src/print-tests.el | 6 | ||||
| -rw-r--r-- | test/src/process-tests.el | 8 | ||||
| -rw-r--r-- | test/src/timefns-tests.el | 8 |
10 files changed, 75 insertions, 30 deletions
diff --git a/test/src/charset-tests.el b/test/src/charset-tests.el index 9a1d0a46f91..86a0d6ffc1a 100644 --- a/test/src/charset-tests.el +++ b/test/src/charset-tests.el | |||
| @@ -2,18 +2,20 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright 2017-2020 Free Software Foundation, Inc. | 3 | ;; Copyright 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This program is free software; you can redistribute it and/or modify | 5 | ;; This file is part of GNU Emacs. |
| 6 | |||
| 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 6 | ;; it under the terms of the GNU General Public License as published by | 8 | ;; it under the terms of the GNU General Public License as published by |
| 7 | ;; the Free Software Foundation, either version 3 of the License, or | 9 | ;; the Free Software Foundation, either version 3 of the License, or |
| 8 | ;; (at your option) any later version. | 10 | ;; (at your option) any later version. |
| 9 | 11 | ||
| 10 | ;; This program is distributed in the hope that it will be useful, | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 11 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | ;; GNU General Public License for more details. | 15 | ;; GNU General Public License for more details. |
| 14 | 16 | ||
| 15 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 16 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 19 | ||
| 18 | ;;; Code: | 20 | ;;; Code: |
| 19 | 21 | ||
diff --git a/test/src/chartab-tests.el b/test/src/chartab-tests.el index 0ddea2b338c..4d52dc367c8 100644 --- a/test/src/chartab-tests.el +++ b/test/src/chartab-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> | 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> |
| 6 | 6 | ||
| 7 | ;; This program is free software; you can redistribute it and/or modify | 7 | ;; This file is part of GNU Emacs. |
| 8 | |||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 8 | ;; it under the terms of the GNU General Public License as published by | 10 | ;; it under the terms of the GNU General Public License as published by |
| 9 | ;; the Free Software Foundation, either version 3 of the License, or | 11 | ;; the Free Software Foundation, either version 3 of the License, or |
| 10 | ;; (at your option) any later version. | 12 | ;; (at your option) any later version. |
| 11 | 13 | ||
| 12 | ;; This program is distributed in the hope that it will be useful, | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 16 | 18 | ||
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Code: | 22 | ;;; Code: |
| 21 | 23 | ||
diff --git a/test/src/cmds-tests.el b/test/src/cmds-tests.el index e98e5784609..302b00c6760 100644 --- a/test/src/cmds-tests.el +++ b/test/src/cmds-tests.el | |||
| @@ -5,18 +5,20 @@ | |||
| 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> | 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
| 7 | 7 | ||
| 8 | ;; This program is free software; you can redistribute it and/or modify | 8 | ;; This file is part of GNU Emacs. |
| 9 | |||
| 10 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 9 | ;; it under the terms of the GNU General Public License as published by | 11 | ;; it under the terms of the GNU General Public License as published by |
| 10 | ;; the Free Software Foundation, either version 3 of the License, or | 12 | ;; the Free Software Foundation, either version 3 of the License, or |
| 11 | ;; (at your option) any later version. | 13 | ;; (at your option) any later version. |
| 12 | 14 | ||
| 13 | ;; This program is distributed in the hope that it will be useful, | 15 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | ;; GNU General Public License for more details. | 18 | ;; GNU General Public License for more details. |
| 17 | 19 | ||
| 18 | ;; You should have received a copy of the GNU General Public License | 20 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 21 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 20 | 22 | ||
| 21 | ;;; Commentary: | 23 | ;;; Commentary: |
| 22 | 24 | ||
diff --git a/test/src/doc-tests.el b/test/src/doc-tests.el index 50cf0144b80..797b9ba5480 100644 --- a/test/src/doc-tests.el +++ b/test/src/doc-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> | 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> |
| 6 | 6 | ||
| 7 | ;; This program is free software; you can redistribute it and/or modify | 7 | ;; This file is part of GNU Emacs. |
| 8 | |||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 8 | ;; it under the terms of the GNU General Public License as published by | 10 | ;; it under the terms of the GNU General Public License as published by |
| 9 | ;; the Free Software Foundation, either version 3 of the License, or | 11 | ;; the Free Software Foundation, either version 3 of the License, or |
| 10 | ;; (at your option) any later version. | 12 | ;; (at your option) any later version. |
| 11 | 13 | ||
| 12 | ;; This program is distributed in the hope that it will be useful, | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 16 | 18 | ||
| 17 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 21 | ||
| 20 | ;;; Code: | 22 | ;;; Code: |
| 21 | 23 | ||
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el index 18f76afca91..d7c7aec17c3 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el | |||
| @@ -4,18 +4,18 @@ | |||
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | ;; This program is free software; you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | ;; it under the terms of the GNU General Public License as published by | 8 | ;; it under the terms of the GNU General Public License as published by |
| 9 | ;; the Free Software Foundation, either version 3 of the License, or | 9 | ;; the Free Software Foundation, either version 3 of the License, or |
| 10 | ;; (at your option) any later version. | 10 | ;; (at your option) any later version. |
| 11 | 11 | ||
| 12 | ;; This program is distributed in the hope that it will be useful, | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | ;; GNU General Public License for more details. | 15 | ;; GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | ;;; Code: | 20 | ;;; Code: |
| 21 | 21 | ||
diff --git a/test/src/fileio-tests.el b/test/src/fileio-tests.el index 96b03a01372..7baa4c7e2fa 100644 --- a/test/src/fileio-tests.el +++ b/test/src/fileio-tests.el | |||
| @@ -98,15 +98,48 @@ Also check that an encoding error can appear in a symlink." | |||
| 98 | 98 | ||
| 99 | (ert-deftest fileio-tests--relative-HOME () | 99 | (ert-deftest fileio-tests--relative-HOME () |
| 100 | "Test that expand-file-name works even when HOME is relative." | 100 | "Test that expand-file-name works even when HOME is relative." |
| 101 | (let ((old-home (getenv "HOME"))) | 101 | (let ((process-environment (copy-sequence process-environment))) |
| 102 | (setenv "HOME" "a/b/c") | 102 | (setenv "HOME" "a/b/c") |
| 103 | (should (equal (expand-file-name "~/foo") | 103 | (should (equal (expand-file-name "~/foo") |
| 104 | (expand-file-name "a/b/c/foo"))) | 104 | (expand-file-name "a/b/c/foo"))) |
| 105 | (when (memq system-type '(ms-dos windows-nt)) | 105 | (when (memq system-type '(ms-dos windows-nt)) |
| 106 | ;; Test expansion of drive-relative file names. | 106 | ;; Test expansion of drive-relative file names. |
| 107 | (setenv "HOME" "x:foo") | 107 | (setenv "HOME" "x:foo") |
| 108 | (should (equal (expand-file-name "~/bar") "x:/foo/bar"))) | 108 | (should (equal (expand-file-name "~/bar") "x:/foo/bar"))))) |
| 109 | (setenv "HOME" old-home))) | 109 | |
| 110 | (ert-deftest fileio-tests--HOME-trailing-slash () | ||
| 111 | "Test that expand-file-name of \"~\" respects trailing slash." | ||
| 112 | (let ((process-environment (copy-sequence process-environment))) | ||
| 113 | (dolist (home | ||
| 114 | (if (memq system-type '(windows-nt ms-dos)) | ||
| 115 | '("c:/a/b/c" "c:/a/b/c/") | ||
| 116 | '("/a/b/c" "/a/b/c/"))) | ||
| 117 | (setenv "HOME" home) | ||
| 118 | (should (equal (expand-file-name "~") (expand-file-name home)))))) | ||
| 119 | |||
| 120 | (ert-deftest fileio-tests--expand-file-name-trailing-slash () | ||
| 121 | (dolist (fooslashalias '("foo/" "foo//" "foo/." "foo//." "foo///././." | ||
| 122 | "foo/a/..")) | ||
| 123 | (if (memq system-type '(windows-nt ms-dos)) | ||
| 124 | (progn | ||
| 125 | (should (equal (expand-file-name fooslashalias "c:/") "c:/foo/")) | ||
| 126 | (should (equal (expand-file-name (concat "c:/" fooslashalias)) | ||
| 127 | "c:/foo/")) | ||
| 128 | (should (equal (expand-file-name "." "c:/usr/spool/") | ||
| 129 | "c:/usr/spool/")) | ||
| 130 | (should (equal (expand-file-name "" "c:/usr/spool/") | ||
| 131 | "c:/usr/spool/"))) | ||
| 132 | (should (equal (expand-file-name fooslashalias "/") "/foo/")) | ||
| 133 | (should (equal (expand-file-name (concat "/" fooslashalias)) "/foo/")) | ||
| 134 | (should (equal (expand-file-name "." "/usr/spool/") "/usr/spool/")) | ||
| 135 | (should (equal (expand-file-name "" "/usr/spool/") "/usr/spool/")))) | ||
| 136 | ;; Trailing "B/C/.." means B must be a directory. | ||
| 137 | (if (memq system-type '(windows-nt ms-dos)) | ||
| 138 | (progn | ||
| 139 | (should (equal (expand-file-name "c:/a/b/c/..") "c:/a/b/")) | ||
| 140 | (should (equal (expand-file-name "c:/a/b/c/../") "c:/a/b/"))) | ||
| 141 | (should (equal (expand-file-name "/a/b/c/..") "/a/b/")) | ||
| 142 | (should (equal (expand-file-name "/a/b/c/../") "/a/b/")))) | ||
| 110 | 143 | ||
| 111 | (ert-deftest fileio-tests--insert-file-interrupt () | 144 | (ert-deftest fileio-tests--insert-file-interrupt () |
| 112 | (let ((text "-*- coding: binary -*-\n\xc3\xc3help") | 145 | (let ((text "-*- coding: binary -*-\n\xc3\xc3help") |
diff --git a/test/src/lread-tests.el b/test/src/lread-tests.el index 6efd8bed302..26fd6aa22a1 100644 --- a/test/src/lread-tests.el +++ b/test/src/lread-tests.el | |||
| @@ -6,18 +6,18 @@ | |||
| 6 | 6 | ||
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 8 | 8 | ||
| 9 | ;; This program is free software; you can redistribute it and/or modify | 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 10 | ;; it under the terms of the GNU General Public License as published by | 10 | ;; it under the terms of the GNU General Public License as published by |
| 11 | ;; the Free Software Foundation, either version 3 of the License, or | 11 | ;; the Free Software Foundation, either version 3 of the License, or |
| 12 | ;; (at your option) any later version. | 12 | ;; (at your option) any later version. |
| 13 | 13 | ||
| 14 | ;; This program is distributed in the hope that it will be useful, | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | 22 | ;;; Commentary: |
| 23 | 23 | ||
diff --git a/test/src/print-tests.el b/test/src/print-tests.el index 0f729964248..42e5962137c 100644 --- a/test/src/print-tests.el +++ b/test/src/print-tests.el | |||
| @@ -4,18 +4,18 @@ | |||
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | ;; This program is free software; you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | ;; it under the terms of the GNU General Public License as published by | 8 | ;; it under the terms of the GNU General Public License as published by |
| 9 | ;; the Free Software Foundation, either version 3 of the License, or | 9 | ;; the Free Software Foundation, either version 3 of the License, or |
| 10 | ;; (at your option) any later version. | 10 | ;; (at your option) any later version. |
| 11 | 11 | ||
| 12 | ;; This program is distributed in the hope that it will be useful, | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | ;; GNU General Public License for more details. | 15 | ;; GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | 19 | ||
| 20 | ;;; Code: | 20 | ;;; Code: |
| 21 | 21 | ||
diff --git a/test/src/process-tests.el b/test/src/process-tests.el index 748afe41d2c..e15ad47f968 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el | |||
| @@ -2,18 +2,20 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This program is free software; you can redistribute it and/or modify | 5 | ;; This file is part of GNU Emacs. |
| 6 | |||
| 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 6 | ;; it under the terms of the GNU General Public License as published by | 8 | ;; it under the terms of the GNU General Public License as published by |
| 7 | ;; the Free Software Foundation, either version 3 of the License, or | 9 | ;; the Free Software Foundation, either version 3 of the License, or |
| 8 | ;; (at your option) any later version. | 10 | ;; (at your option) any later version. |
| 9 | 11 | ||
| 10 | ;; This program is distributed in the hope that it will be useful, | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 11 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | ;; GNU General Public License for more details. | 15 | ;; GNU General Public License for more details. |
| 14 | 16 | ||
| 15 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 16 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 17 | 19 | ||
| 18 | ;;; Commentary: | 20 | ;;; Commentary: |
| 19 | 21 | ||
diff --git a/test/src/timefns-tests.el b/test/src/timefns-tests.el index 51dd1d1aeb5..b35a5287946 100644 --- a/test/src/timefns-tests.el +++ b/test/src/timefns-tests.el | |||
| @@ -4,18 +4,20 @@ | |||
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
| 7 | ;; This program is free software; you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 8 | ;; it under the terms of the GNU General Public License as published by | 8 | ;; it under the terms of the GNU General Public License as published by |
| 9 | ;; the Free Software Foundation, either version 3 of the License, or | 9 | ;; the Free Software Foundation, either version 3 of the License, or |
| 10 | ;; (at your option) any later version. | 10 | ;; (at your option) any later version. |
| 11 | 11 | ||
| 12 | ;; This program is distributed in the hope that it will be useful, | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | ;; GNU General Public License for more details. | 15 | ;; GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | ;; You should have received a copy of the GNU General Public License | 17 | ;; You should have received a copy of the GNU General Public License |
| 18 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 18 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 19 | |||
| 20 | ;;; Code: | ||
| 19 | 21 | ||
| 20 | (require 'ert) | 22 | (require 'ert) |
| 21 | 23 | ||