[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: add missing file
From: |
Gavin D. Smith |
Subject: |
branch master updated: add missing file |
Date: |
Mon, 21 Mar 2022 11:52:53 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 1c80f497ba add missing file
1c80f497ba is described below
commit 1c80f497ba82911f82f62fc0d100d88bb2543ba4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Mar 21 15:52:46 2022 +0000
add missing file
---
info/t/index-paren.sh | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/info/t/index-paren.sh b/info/t/index-paren.sh
new file mode 100755
index 0000000000..33d5c248ae
--- /dev/null
+++ b/info/t/index-paren.sh
@@ -0,0 +1,21 @@
+#!/bin/sh
+# Copyright (C) 2022 Free Software Foundation, Inc.
+#
+# 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, 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/>.
+
+srcdir=${srcdir:-.}
+. $srcdir/t/Init-test.inc
+
+$ginfo index-paren \( | grep "Node: Node 2"
+