texinfo-commits
[Top][All Lists]
Advanced

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

[8011] new info test


From: gavinsmith0123
Subject: [8011] new info test
Date: Tue, 7 Aug 2018 07:19:24 -0400 (EDT)

Revision: 8011
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8011
Author:   gavin
Date:     2018-08-07 07:19:23 -0400 (Tue, 07 Aug 2018)
Log Message:
-----------
new info test

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

Added Paths:
-----------
    trunk/info/t/echo-area-no-completions.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-07 11:12:33 UTC (rev 8010)
+++ trunk/ChangeLog     2018-08-07 11:19:23 UTC (rev 8011)
@@ -1,5 +1,9 @@
 2018-08-07  Gavin Smith  <address@hidden>
 
+       * info/t/echo-area-no-completions.sh: New test.
+
+2018-08-07  Gavin Smith  <address@hidden>
+
        * info/echo-area.c, info/session.c (pause_or_input):
        Move to session.c.  Do not pause if there is already buffered 
        input waiting.

Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am      2018-08-07 11:12:33 UTC (rev 8010)
+++ trunk/info/Makefile.am      2018-08-07 11:19:23 UTC (rev 8011)
@@ -165,6 +165,7 @@
        t/quoted-manual-in-label.sh \
        t/goto-quoted.sh \
        t/next-quoted.sh \
+       t/echo-area-no-completions.sh \
        t/help.sh
 
 EXTRA_DIST += $(TESTS) $(XFAIL_TESTS) \

Added: trunk/info/t/echo-area-no-completions.sh
===================================================================
--- trunk/info/t/echo-area-no-completions.sh                            (rev 0)
+++ trunk/info/t/echo-area-no-completions.sh    2018-08-07 11:19:23 UTC (rev 
8011)
@@ -0,0 +1,29 @@
+#!/bin/sh
+# Copyright (C) 2018 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 xrefnode
+# Enter echo area and try to follow a cross-reference that doesn't exist
+# Use backspace to exit echo area, because neither ESC or C-g work reliably
+# as cancel characters in the test suite.
+printf 'fs\r\r\r\r\r\r' >$PTY_TYPE
+printf '\b\b\bq' >$PTY_TYPE
+
+timeout_test
+cleanup


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




reply via email to

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