emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master eba7d7970f3: ; Fix source file headers for some test files (bug#6


From: Eli Zaretskii
Subject: master eba7d7970f3: ; Fix source file headers for some test files (bug#62227)
Date: Fri, 17 Mar 2023 03:06:57 -0400 (EDT)

branch: master
commit eba7d7970f330068d3332419623f87caf6953e6c
Author: Wilhelm H Kirschbaum <wkirschbaum@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix source file headers for some test files (bug#62227)
    
    * test/lisp/progmodes/elixir-ts-mode-tests.el: Fix
    source file header.
    * test/lisp/progmodes/heex-ts-mode-tests.el: Add source
    file header and footer.
---
 test/lisp/progmodes/elixir-ts-mode-tests.el |  2 +-
 test/lisp/progmodes/heex-ts-mode-tests.el   | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/elixir-ts-mode-tests.el 
b/test/lisp/progmodes/elixir-ts-mode-tests.el
index 8e546ad5cc6..488fc1b646f 100644
--- a/test/lisp/progmodes/elixir-ts-mode-tests.el
+++ b/test/lisp/progmodes/elixir-ts-mode-tests.el
@@ -1,4 +1,4 @@
-;;; c-ts-mode-tests.el --- Tests for Tree-sitter-based C mode         -*- 
lexical-binding: t; -*-
+;;; elixir-ts-mode-tests.el --- Tests for elixir-ts-mode         -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2023 Free Software Foundation, Inc.
 
diff --git a/test/lisp/progmodes/heex-ts-mode-tests.el 
b/test/lisp/progmodes/heex-ts-mode-tests.el
index b59126e136a..def6d845de9 100644
--- a/test/lisp/progmodes/heex-ts-mode-tests.el
+++ b/test/lisp/progmodes/heex-ts-mode-tests.el
@@ -1,3 +1,24 @@
+;;; heex-ts-mode-tests.el --- Tests for heex-ts-mode         -*- 
lexical-binding: t; -*-
+
+;; Copyright (C) 2023 Free Software Foundation, Inc.
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
+
+;;; Code:
+
 (require 'ert)
 (require 'ert-x)
 (require 'treesit)
@@ -7,3 +28,4 @@
   (ert-test-erts-file (ert-resource-file "indent.erts")))
 
 (provide 'heex-ts-mode-tests)
+;;; heex-ts-mode-tests.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]