texinfo-commits
[Top][All Lists]
Advanced

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

[7889] t/xref-across-lines-2.sh


From: gavinsmith0123
Subject: [7889] t/xref-across-lines-2.sh
Date: Sat, 1 Jul 2017 10:30:35 -0400 (EDT)

Revision: 7889
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7889
Author:   gavin
Date:     2017-07-01 10:30:35 -0400 (Sat, 01 Jul 2017)
Log Message:
-----------
t/xref-across-lines-2.sh

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

Added Paths:
-----------
    trunk/info/t/xref-across-lines-2.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-07-01 13:51:33 UTC (rev 7888)
+++ trunk/ChangeLog     2017-07-01 14:30:35 UTC (rev 7889)
@@ -1,5 +1,9 @@
 2017-07-01  Gavin Smith  <address@hidden>
 
+       * info/t/xref-across-lines-2.sh: New test.
+
+2017-07-01  Gavin Smith  <address@hidden>
+
        * info/info-utils.c (scan_reference_label): Canonicalize the 
        whitespace in the nodename, otherwise links can't be followed if 
        the nodename is split across a line.

Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am      2017-07-01 13:51:33 UTC (rev 7888)
+++ trunk/info/Makefile.am      2017-07-01 14:30:35 UTC (rev 7889)
@@ -2,7 +2,7 @@
 # Makefile.am for texinfo/info.
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012,
-# 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
+# 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -120,6 +120,7 @@
        t/tab-no-xref.sh \
        t/tab-skip-node.sh \
        t/xref-across-lines.sh \
+       t/xref-across-lines-2.sh \
        t/body-start.sh \
        t/end-of-line.sh \
        t/goal-column.sh \

Modified: trunk/info/t/infodir/intera.info
===================================================================
(Binary files differ)

Added: trunk/info/t/xref-across-lines-2.sh
===================================================================
--- trunk/info/t/xref-across-lines-2.sh                         (rev 0)
+++ trunk/info/t/xref-across-lines-2.sh 2017-07-01 14:30:35 UTC (rev 7889)
@@ -0,0 +1,28 @@
+#!/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
+. $t/Init-inter.inc
+
+run_ginfo '-f intera -n "Xref target crosses lines 2"'
+printf '\t\rDq' >$PTY_TYPE
+timeout_test
+
+grep 'Node: target node two' $GINFO_OUTPUT
+RETVAL=$?
+
+cleanup


Property changes on: trunk/info/t/xref-across-lines-2.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property



reply via email to

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