texinfo-commits
[Top][All Lists]
Advanced

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

[7890] quote argument to run_ginfo


From: gavinsmith0123
Subject: [7890] quote argument to run_ginfo
Date: Sat, 1 Jul 2017 10:37:17 -0400 (EDT)

Revision: 7890
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7890
Author:   gavin
Date:     2017-07-01 10:37:17 -0400 (Sat, 01 Jul 2017)
Log Message:
-----------
quote argument to run_ginfo

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/t/c-u-m-x-scroll-forward.sh
    trunk/info/t/inc-sea-insensitive.sh
    trunk/info/t/search-split-after-index.sh
    trunk/info/t/split-footnotes.sh
    trunk/info/t/star-note-non-whitespace.sh
    trunk/info/t/tab-argument.sh
    trunk/info/t/xref-across-lines.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-07-01 14:30:35 UTC (rev 7889)
+++ trunk/ChangeLog     2017-07-01 14:37:17 UTC (rev 7890)
@@ -1,5 +1,13 @@
 2017-07-01  Gavin Smith  <address@hidden>
 
+       * info/t/c-u-m-x-scroll-forward.sh, info/t/inc-sea-insensitive.sh, 
+       info/t/search-split-after-index.sh, info/t/split-footnotes.sh, 
+       info/t/star-note-non-whitespace.sh, info/t/tab-argument.sh, 
+       info/t/xref-across-lines.sh: Quote argument to run_ginfo so that 
+       quoting characters are preseved in the subshell that execs ginfo.
+
+2017-07-01  Gavin Smith  <address@hidden>
+
        * info/t/xref-across-lines-2.sh: New test.
 
 2017-07-01  Gavin Smith  <address@hidden>

Modified: trunk/info/t/c-u-m-x-scroll-forward.sh
===================================================================
--- trunk/info/t/c-u-m-x-scroll-forward.sh      2017-07-01 14:30:35 UTC (rev 
7889)
+++ trunk/info/t/c-u-m-x-scroll-forward.sh      2017-07-01 14:37:17 UTC (rev 
7890)
@@ -28,7 +28,7 @@
 LINES=7; export LINES
 COLUMNS=80; export COLUMNS
 
-run_ginfo -f intera -n 'Scroll four lines'
+run_ginfo "-f intera -n 'Scroll four lines'"
 
 # C-u M-x scroll-forward should scroll four lines, not four screens
 printf '\025\033xscroll-forward\r' >$PTY_TYPE

Modified: trunk/info/t/inc-sea-insensitive.sh
===================================================================
--- trunk/info/t/inc-sea-insensitive.sh 2017-07-01 14:30:35 UTC (rev 7889)
+++ trunk/info/t/inc-sea-insensitive.sh 2017-07-01 14:37:17 UTC (rev 7890)
@@ -18,7 +18,7 @@
 . $srcdir/t/Init-test.inc
 . $t/Init-inter.inc
 
-run_ginfo -f intera -n 'Incremental search case-insensitive'
+run_ginfo "-f intera -n 'Incremental search case-insensitive'"
 
 # Search for "match" with incremental search, adding an upper-case character
 # to make the search case-sensitive.  Delete it and check the search goes back

Modified: trunk/info/t/search-split-after-index.sh
===================================================================
--- trunk/info/t/search-split-after-index.sh    2017-07-01 14:30:35 UTC (rev 
7889)
+++ trunk/info/t/search-split-after-index.sh    2017-07-01 14:37:17 UTC (rev 
7890)
@@ -20,7 +20,7 @@
 
 # Search for text in a split file after loading an index entry from the
 # command-line.
-run_ginfo -f split 'Link to node'
+run_ginfo "-f split 'Link to node'"
 printf '/node\r}}}}}q' >$PTY_TYPE
 
 timeout_test

Modified: trunk/info/t/split-footnotes.sh
===================================================================
--- trunk/info/t/split-footnotes.sh     2017-07-01 14:30:35 UTC (rev 7889)
+++ trunk/info/t/split-footnotes.sh     2017-07-01 14:37:17 UTC (rev 7890)
@@ -18,7 +18,7 @@
 . $srcdir/t/Init-test.inc
 . $t/Init-inter.inc
 
-run_ginfo -f intera -n 'Node with footnotes' -v automatic-footnotes=On
+run_ginfo "-f intera -n 'Node with footnotes' -v automatic-footnotes=On"
 # Move to automatic footnotes window and split it.  Check we don't crash.
 printf '\030o\0302qqqq' >$PTY_TYPE
 timeout_test

Modified: trunk/info/t/star-note-non-whitespace.sh
===================================================================
--- trunk/info/t/star-note-non-whitespace.sh    2017-07-01 14:30:35 UTC (rev 
7889)
+++ trunk/info/t/star-note-non-whitespace.sh    2017-07-01 14:37:17 UTC (rev 
7890)
@@ -18,7 +18,7 @@
 . $srcdir/t/Init-test.inc
 . $t/Init-inter.inc
 
-run_ginfo -f intera -n 'Star note non-whitespace'
+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.

Modified: trunk/info/t/tab-argument.sh
===================================================================
--- trunk/info/t/tab-argument.sh        2017-07-01 14:30:35 UTC (rev 7889)
+++ trunk/info/t/tab-argument.sh        2017-07-01 14:37:17 UTC (rev 7890)
@@ -18,7 +18,7 @@
 . $srcdir/t/Init-test.inc
 . $t/Init-inter.inc
 
-run_ginfo -f intera -n 'Argument to tab'
+run_ginfo "-f intera -n 'Argument to tab'"
 # C-u 2 TAB to go to second link
 printf '\0252\t\rDq' >$PTY_TYPE
 timeout_test

Modified: trunk/info/t/xref-across-lines.sh
===================================================================
--- trunk/info/t/xref-across-lines.sh   2017-07-01 14:30:35 UTC (rev 7889)
+++ trunk/info/t/xref-across-lines.sh   2017-07-01 14:37:17 UTC (rev 7890)
@@ -18,7 +18,7 @@
 . $srcdir/t/Init-test.inc
 . $t/Init-inter.inc
 
-run_ginfo -f intera -n 'Xref target crosses lines'
+run_ginfo "-f intera -n 'Xref target crosses lines'"
 printf '\t\rDq' >$PTY_TYPE
 timeout_test
 




reply via email to

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