[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
- [nongnu] elpa/xml-rpc updated (b8c9c31470 -> 98ff430ab4), ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc aefa28cea4 01/10: Fix byte-compiler warnings in Emacs 29, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc fc0c82eb5c 02/10: Bump version to 1.6.16, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc d3e467f142 03/10: Fix issues discovered by package-lint, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc 98ff430ab4 10/10: Merge pull request #19 from skangas/test-file-header, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc 6d5892d910 04/10: Add file header to xml-rpc-test.el,
ELPA Syncer <=
- [nongnu] elpa/xml-rpc 50d6a7470e 05/10: Fix link in NonGNU ELPA badge, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc f46d18108c 09/10: Merge pull request #21 from skangas/nongnu-elpa-badge, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc ce3d947798 07/10: Merge pull request #23 from skangas/silence-compiler, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc f1612629e2 06/10: Add NonGNU ELPA to installation instructions, ELPA Syncer, 2022/10/27
- [nongnu] elpa/xml-rpc b96150b775 08/10: Merge pull request #24 from skangas/package-lint, ELPA Syncer, 2022/10/27