[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5666] test for reading full filename
From: |
Gavin D. Smith |
Subject: |
[5666] test for reading full filename |
Date: |
Sun, 15 Jun 2014 15:23:51 +0000 |
Revision: 5666
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5666
Author: gavin
Date: 2014-06-15 15:23:50 +0000 (Sun, 15 Jun 2014)
Log Message:
-----------
test for reading full filename
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/Makefile.am
trunk/info/t/infodir/file-menu.info
Added Paths:
-----------
trunk/info/t/file-file-with-dot.sh
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2014-06-15 15:12:21 UTC (rev 5665)
+++ trunk/ChangeLog 2014-06-15 15:23:50 UTC (rev 5666)
@@ -8,6 +8,7 @@
info_parse_node to get filename.
(scan_node_contents): Check if cross-reference within parentheses was a
"*note".
+ * info/t/file-file-with-dot.sh: New test.
2014-06-13 Gavin Smith <address@hidden>
Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am 2014-06-15 15:12:21 UTC (rev 5665)
+++ trunk/info/Makefile.am 2014-06-15 15:23:50 UTC (rev 5666)
@@ -95,6 +95,7 @@
t/file-nodes.sh \
t/file-node-with-dot.sh \
t/file-index.sh \
+ t/file-file-with-dot.sh \
t/no-file.sh \
t/split.sh \
t/relative-path.sh \
Added: trunk/info/t/file-file-with-dot.sh
===================================================================
--- trunk/info/t/file-file-with-dot.sh (rev 0)
+++ trunk/info/t/file-file-with-dot.sh 2014-06-15 15:23:50 UTC (rev 5666)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# Copyright (C) 2014 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
+
+# Follow a menu in a file where the filename contains a full stop.
+$GINFO --output - -f file-menu Target | grep 'File: file1'
+
Property changes on: trunk/info/t/file-file-with-dot.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: trunk/info/t/infodir/file-menu.info
===================================================================
(Binary files differ)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5666] test for reading full filename,
Gavin D. Smith <=