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

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

[nongnu] elpa/xml-rpc 98ff430ab4 10/10: Merge pull request #19 from skan


From: ELPA Syncer
Subject: [nongnu] elpa/xml-rpc 98ff430ab4 10/10: Merge pull request #19 from skangas/test-file-header
Date: Thu, 27 Oct 2022 13:00:22 -0400 (EDT)

branch: elpa/xml-rpc
commit 98ff430ab4fbe62c7bd14e759f4d990356775a20
Merge: f46d18108c 6d5892d910
Author: Mark A. Hershberger <mah@everybody.org>
Commit: GitHub <noreply@github.com>

    Merge pull request #19 from skangas/test-file-header
    
    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]