From: Wilhelm Kirschbaum <wkirschbaum@gmail.com>
To: 62227@debbugs.gnu.org
Subject: bug#62227: 30.0.50; Fix source file headers for elixir and heex test files
Date: Thu, 16 Mar 2023 22:20:39 +0200 [thread overview]
Message-ID: <87bkks5tex.fsf@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
I added incorrect source file headers for the elixir-ts-mode and
heex-ts-mode's test
files before. This patch updates the source file headers.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Fix source file headers for some test files --]
[-- Type: text/x-patch, Size: 2400 bytes --]
From 6afdb4ca7bf05d21d255e7d7d18843b3a84665cf Mon Sep 17 00:00:00 2001
From: Wilhelm H Kirschbaum <wkirschbaum@gmail.com>
Date: Thu, 16 Mar 2023 22:11:59 +0200
Subject: [PATCH] ; Fix source file headers for some test files
* 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 @@ heex-ts-mode-test-indentation
(ert-test-erts-file (ert-resource-file "indent.erts")))
(provide 'heex-ts-mode-tests)
+;;; heex-ts-mode-tests.el ends here
--
2.40.0
next reply other threads:[~2023-03-16 20:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-16 20:20 Wilhelm Kirschbaum [this message]
2023-03-17 7:07 ` bug#62227: 30.0.50; Fix source file headers for elixir and heex test files Eli Zaretskii
[not found] ` <handler.62227.D62227.167903688221544.notifdone@debbugs.gnu.org>
2023-03-17 8:12 ` bug#62227: closed (Re: bug#62227: 30.0.50; Fix source file headers for elixir and heex test files) Wilhelm Kirschbaum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bkks5tex.fsf@gmail.com \
--to=wkirschbaum@gmail.com \
--cc=62227@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).