texinfo-commits
[Top][All Lists]
Advanced

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

[7710] test of index entry with colon


From: gavinsmith0123
Subject: [7710] test of index entry with colon
Date: Sun, 9 Apr 2017 05:37:33 -0400 (EDT)

Revision: 7710
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7710
Author:   gavin
Date:     2017-04-09 05:37:33 -0400 (Sun, 09 Apr 2017)
Log Message:
-----------
test of index entry with colon

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/Makefile.am
    trunk/info/t/infodir/index-search.info

Added Paths:
-----------
    trunk/info/t/file-index-colons.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-04-09 09:27:24 UTC (rev 7709)
+++ trunk/ChangeLog     2017-04-09 09:37:33 UTC (rev 7710)
@@ -1,5 +1,10 @@
 2017-04-09  Gavin Smith  <address@hidden>
 
+       * info/t/file-index-colons.sh: New test of reading an index 
+       entry with a colon.
+
+2017-04-09  Gavin Smith  <address@hidden>
+
        * info/display.c (display_update_one_window): Update modeline 
        before anything else.
 

Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am      2017-04-09 09:27:24 UTC (rev 7709)
+++ trunk/info/Makefile.am      2017-04-09 09:37:33 UTC (rev 7710)
@@ -88,6 +88,7 @@
        t/file-nodes.sh \
        t/file-node-with-dot.sh \
        t/file-index.sh \
+       t/file-index-colons.sh \
        t/file-file-with-dot.sh \
        t/no-file.sh \
        t/node-no-file.sh \

Added: trunk/info/t/file-index-colons.sh
===================================================================
--- trunk/info/t/file-index-colons.sh                           (rev 0)
+++ trunk/info/t/file-index-colons.sh   2017-04-09 09:37:33 UTC (rev 7710)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# Copyright (C) 2017 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 an index entry with a colon in it
+$GINFO --output - --file index-search 'aaa::bbb' \
+  | grep 'Node: Node 2'


Property changes on: trunk/info/t/file-index-colons.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: trunk/info/t/infodir/index-search.info
===================================================================
(Binary files differ)




reply via email to

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