texinfo-commits
[Top][All Lists]
Advanced

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

[7908] add info test


From: gavinsmith0123
Subject: [7908] add info test
Date: Thu, 6 Jul 2017 14:53:19 -0400 (EDT)

Revision: 7908
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7908
Author:   gavin
Date:     2017-07-06 14:53:19 -0400 (Thu, 06 Jul 2017)
Log Message:
-----------
add info test

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

Added Paths:
-----------
    trunk/info/t/inc-sea-bs.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-07-05 19:16:44 UTC (rev 7907)
+++ trunk/ChangeLog     2017-07-06 18:53:19 UTC (rev 7908)
@@ -1,3 +1,7 @@
+2017-07-06  Gavin Smith  <address@hidden>
+
+       * info/t/inc-sea-bs.sh: New test.
+
 2017-07-05  Gavin Smith  <address@hidden>
 
        * info/search.c (regexp_search): Call free_matches if the regex

Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am      2017-07-05 19:16:44 UTC (rev 7907)
+++ trunk/info/Makefile.am      2017-07-06 18:53:19 UTC (rev 7908)
@@ -154,6 +154,7 @@
        t/inc-sea-forward-nonregex.sh \
        t/inc-sea-insensitive.sh \
        t/inc-sea-history.sh \
+       t/inc-sea-bs.sh \
        t/gc-split.sh \
        t/anchor-positions.sh \
        t/quoted-label-as-target.sh \

Added: trunk/info/t/inc-sea-bs.sh
===================================================================
--- trunk/info/t/inc-sea-bs.sh                          (rev 0)
+++ trunk/info/t/inc-sea-bs.sh  2017-07-06 18:53:19 UTC (rev 7908)
@@ -0,0 +1,32 @@
+#!/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 Top
+
+# Do a incremental search and enter a single backslash.  This is to
+# test that it doesn't crash when the input is not valid.
+printf '\023' >$PTY_TYPE
+printf '\\\n' >$PTY_TYPE
+printf q >$PTY_TYPE
+
+timeout_test
+
+cleanup
+


Property changes on: trunk/info/t/inc-sea-bs.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]