texinfo-commits
[Top][All Lists]
Advanced

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

[5554] add bodystart info test


From: Gavin D. Smith
Subject: [5554] add bodystart info test
Date: Sun, 11 May 2014 18:46:19 +0000

Revision: 5554
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5554
Author:   gavin
Date:     2014-05-11 18:46:19 +0000 (Sun, 11 May 2014)
Log Message:
-----------
add bodystart info test

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/Makefile.am

Added Paths:
-----------
    trunk/info/t/body-start.drib
    trunk/info/t/body-start.sh
    trunk/info/t/infodir/body-start.info

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-05-11 18:33:48 UTC (rev 5553)
+++ trunk/ChangeLog     2014-05-11 18:46:19 UTC (rev 5554)
@@ -6,6 +6,8 @@
 
        * info/t/dir-file-index.sh, info/t/file-index.sh: New tests.
 
+       * info/t/body-start.sh: New test.
+
 2014-05-11  Gavin Smith  <address@hidden>
 
        * info/dir.c (dir_node, get_dir_node): Function renamed.

Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am      2014-05-11 18:33:48 UTC (rev 5553)
+++ trunk/info/Makefile.am      2014-05-11 18:46:19 UTC (rev 5554)
@@ -111,6 +111,7 @@
        t/dir-menus-sloppily.sh \
        t/where-dir-file.sh \
        t/tab.sh \
+       t/body-start.sh \
        t/index.sh \
        t/index-apropos.sh \
        t/split-index.sh \

Added: trunk/info/t/body-start.drib
===================================================================
--- trunk/info/t/body-start.drib                                (rev 0)
+++ trunk/info/t/body-start.drib        2014-05-11 18:46:19 UTC (rev 5554)
@@ -0,0 +1,3 @@
+sPotential match
+
+Dq
\ No newline at end of file

Added: trunk/info/t/body-start.sh
===================================================================
--- trunk/info/t/body-start.sh                          (rev 0)
+++ trunk/info/t/body-start.sh  2014-05-11 18:46:19 UTC (rev 5554)
@@ -0,0 +1,29 @@
+#!/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/>.
+
+. t/Init-test.inc
+. t/Init-intera.inc
+
+# Check that node headers aren't included in searches
+$GINFO -f body-start --restore $t/body-start.drib
+
+test -f $GINFO_OUTPUT || exit 1
+# Return non-zero (test failure) if files differ
+diff $GINFO_OUTPUT $t/node-target
+RETVAL=$?
+
+. t/Cleanup.inc
+


Property changes on: trunk/info/t/body-start.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/info/t/infodir/body-start.info
===================================================================
(Binary files differ)


Property changes on: trunk/info/t/infodir/body-start.info
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




reply via email to

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