emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/xml-rpc 6d5892d910 04/10: Add file header to xml-rpc-test.


From: ELPA Syncer
Subject: [nongnu] elpa/xml-rpc 6d5892d910 04/10: Add file header to xml-rpc-test.el
Date: Thu, 27 Oct 2022 13:00:21 -0400 (EDT)

branch: elpa/xml-rpc
commit 6d5892d910b718dc1e8c2672c92e0723426f4465
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add file header to xml-rpc-test.el
---
 xml-rpc-test.el | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/xml-rpc-test.el b/xml-rpc-test.el
index 43dad0d11d..3c1767255f 100644
--- a/xml-rpc-test.el
+++ b/xml-rpc-test.el
@@ -1,3 +1,28 @@
+;;; xml-rpc-test.el --- Tests for xml-rpc.el  -*- lexical-binding:t -*-
+
+;; Copyright (C) 2015-2022 xml-rpc.el contributors
+
+;; Maintainer: Mark A. Hershberger <mah@everybody.org>
+
+;; This file is NOT (yet) part of GNU Emacs.
+
+;; This program 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.
+
+;; This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
+
 (require 'ert)
 
 (load-file "xml-rpc.el")
@@ -59,3 +84,5 @@ Content-Length: 152
         (insert data)
         (should (equal (xml-rpc-request-process-buffer (current-buffer))
                        xml-rpc-test-result))))))
+
+;;; xml-rpc-test.el ends here



reply via email to

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