unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#62227: 30.0.50; Fix source file headers for elixir and heex test files
@ 2023-03-16 20:20 Wilhelm Kirschbaum
  2023-03-17  7:07 ` Eli Zaretskii
       [not found] ` <handler.62227.D62227.167903688221544.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Wilhelm Kirschbaum @ 2023-03-16 20:20 UTC (permalink / raw)
  To: 62227

[-- 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#62227: 30.0.50; Fix source file headers for elixir and heex test files
  2023-03-16 20:20 bug#62227: 30.0.50; Fix source file headers for elixir and heex test files Wilhelm Kirschbaum
@ 2023-03-17  7:07 ` Eli Zaretskii
       [not found] ` <handler.62227.D62227.167903688221544.notifdone@debbugs.gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2023-03-17  7:07 UTC (permalink / raw)
  To: Wilhelm Kirschbaum; +Cc: 62227-done

> From: Wilhelm Kirschbaum <wkirschbaum@gmail.com>
> Date: Thu, 16 Mar 2023 22:20:39 +0200
> 
> 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.

Thanks, installed on master, and closing the bug.

Please remember to end each entry in the log message with a period.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#62227: closed (Re: bug#62227: 30.0.50; Fix source file headers for elixir and heex test files)
       [not found] ` <handler.62227.D62227.167903688221544.notifdone@debbugs.gnu.org>
@ 2023-03-17  8:12   ` Wilhelm Kirschbaum
  0 siblings, 0 replies; 3+ messages in thread
From: Wilhelm Kirschbaum @ 2023-03-17  8:12 UTC (permalink / raw)
  To: 62227

[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]

Sorry about that, will do.

On Fri, Mar 17, 2023 at 9:09 AM GNU bug Tracking System <
help-debbugs@gnu.org> wrote:

> Your bug report
>
> #62227: 30.0.50; Fix source file headers for elixir and heex test files
>
> which was filed against the emacs package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 62227@debbugs.gnu.org.
>
> --
> 62227: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62227
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>
>
>
> ---------- Forwarded message ----------
> From: Eli Zaretskii <eliz@gnu.org>
> To: Wilhelm Kirschbaum <wkirschbaum@gmail.com>
> Cc: 62227-done@debbugs.gnu.org
> Bcc:
> Date: Fri, 17 Mar 2023 09:07:54 +0200
> Subject: Re: bug#62227: 30.0.50; Fix source file headers for elixir and
> heex test files
> > From: Wilhelm Kirschbaum <wkirschbaum@gmail.com>
> > Date: Thu, 16 Mar 2023 22:20:39 +0200
> >
> > 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.
>
> Thanks, installed on master, and closing the bug.
>
> Please remember to end each entry in the log message with a period.
>
>
>
>
> ---------- Forwarded message ----------
> From: Wilhelm Kirschbaum <wkirschbaum@gmail.com>
> To: bug-gnu-emacs@gnu.org
> Cc:
> Bcc:
> Date: Thu, 16 Mar 2023 22:20:39 +0200
> Subject: 30.0.50; Fix source file headers for elixir and heex test files
>
> 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.
>
>

[-- Attachment #2: Type: text/html, Size: 2696 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-17  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16 20:20 bug#62227: 30.0.50; Fix source file headers for elixir and heex test files Wilhelm Kirschbaum
2023-03-17  7:07 ` 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

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).