Skip to content

Commit a8c727a

Browse files
committed
chore: Fix test files summary
1 parent 97e4b30 commit a8c727a

File tree

8 files changed

+38
-8
lines changed

8 files changed

+38
-8
lines changed

test/jest/lint/checkdoc-fail.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; ert-test.el --- Test the command ert -*- lexical-binding: t; -*-
1+
;;; checkdoc-fail.el --- Test checkdoc fail -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2025 the Eask authors.
44

@@ -26,4 +26,4 @@
2626
2727
in this " ignore)
2828

29-
;;; declare-ok.el ends here
29+
;;; checkdoc-fail.el ends here

test/jest/lint/declare-fail.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; declare-fail.el --- Test lint declare -*- lexical-binding: t; -*-
1+
;;; declare-fail.el --- Test declare-fail -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2025 the Eask authors.
44

test/jest/lint/declare-ok.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; ert-test.el --- Test the command ert -*- lexical-binding: t; -*-
1+
;;; declare-ok.el --- Test declare-ok -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2025 the Eask authors.
44

test/jest/lint/elisp-lint-ok.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; elisp-lint-ok.el --- Test the linting -*- lexical-binding: t; -*-
1+
;;; elisp-lint-ok.el --- Test elisp-lint-ok -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2025 the Eask authors.
44

test/jest/lint/elsa-warn.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; elsa-warn.el --- Test elsa linting -*- lexical-binding: t; -*-
1+
;;; elsa-warn.el --- Test elsa-warn -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2025 the Eask authors.
44

test/jest/lint/indent-warn.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; indent-warn.el --- Test indent linting -*- lexical-binding: t; -*-
1+
;;; indent-warn.el --- Test indent-warn -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2025 the Eask authors.
44

test/jest/lint/regexp-warn.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; regexp-warn.el --- Test regexp linting -*- lexical-binding: t; -*-
1+
;;; regexp-warn.el --- Test regexp-warn -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2025 the Eask authors.
44

test/jest/options/options.el

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
;;; options.el --- Test options -*- lexical-binding: t; -*-
2+
3+
;; Copyright (C) 2025 the Eask authors.
4+
5+
;; This file is not part of GNU Emacs.
6+
7+
;; This program is free software: you can redistribute it and/or modify
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
10+
;; (at your option) any later version.
11+
12+
;; This program is distributed in the hope that it will be useful,
13+
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
;; GNU General Public License for more details.
16+
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/>.
19+
20+
;;; Commentary:
21+
;;
22+
;; Test options.
23+
;;
24+
25+
;;; Code:
26+
27+
;; Empty..
28+
29+
(provide 'options)
30+
;;; options.el ends here

0 commit comments

Comments
 (0)