texinfo-commits
[Top][All Lists]
Advanced

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

[5925] test for *note followed by non-whitespace


From: Gavin D. Smith
Subject: [5925] test for *note followed by non-whitespace
Date: Thu, 13 Nov 2014 14:28:16 +0000

Revision: 5925
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5925
Author:   gavin
Date:     2014-11-13 14:28:13 +0000 (Thu, 13 Nov 2014)
Log Message:
-----------
test for *note followed by non-whitespace

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

Added Paths:
-----------
    trunk/info/t/star-note-non-whitespace.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-11-12 14:36:12 UTC (rev 5924)
+++ trunk/ChangeLog     2014-11-13 14:28:13 UTC (rev 5925)
@@ -1,6 +1,7 @@
 2014-11-12  Gavin Smith  <address@hidden>
 
        * info/t/window-split-dir.sh: New test.
+       * info/t/star-note-non-whitespace.sh: New test.
 
 2014-11-11  Karl Berry  <address@hidden>
 

Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am      2014-11-12 14:36:12 UTC (rev 5924)
+++ trunk/info/Makefile.am      2014-11-13 14:28:13 UTC (rev 5925)
@@ -116,6 +116,7 @@
        t/body-start.sh \
        t/end-of-line.sh \
        t/goal-column.sh \
+       t/star-note-non-whitespace.sh \
        t/last-no-history.sh \
        t/split-footnotes.sh \
        t/window-split-dir.sh \

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

Added: trunk/info/t/star-note-non-whitespace.sh
===================================================================
--- trunk/info/t/star-note-non-whitespace.sh                            (rev 0)
+++ trunk/info/t/star-note-non-whitespace.sh    2014-11-13 14:28:13 UTC (rev 
5925)
@@ -0,0 +1,34 @@
+#!/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
+. $t/Init-inter.inc
+
+run_ginfo -f intera -n 'Star note non-whitespace'
+
+# Check that "*note" is not interpreted as a cross-reference marker if
+# it is followed by a non-whitespace character.
+printf '\t\rDq' >$PTY_TYPE
+
+. $t/Timeout-test.inc
+
+# Return non-zero (test failure) if files differ
+diff $GINFO_OUTPUT $t/node-target
+RETVAL=$?
+
+. $t/Cleanup.inc
+


Property changes on: trunk/info/t/star-note-non-whitespace.sh
___________________________________________________________________
Added: svn:executable
   + *




reply via email to

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