texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/t/09indices.t: move $encoding_index_text nea


From: Patrice Dumas
Subject: branch master updated: * tp/t/09indices.t: move $encoding_index_text near the associated tests.
Date: Sun, 01 Jan 2023 16:04:12 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new f66fb20a1e * tp/t/09indices.t: move $encoding_index_text near the 
associated tests.
f66fb20a1e is described below

commit f66fb20a1ee04241923caf5305e1e085afd7c711
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jan 1 22:04:03 2023 +0100

    * tp/t/09indices.t: move $encoding_index_text near the associated
    tests.
---
 ChangeLog        |   5 +++
 tp/t/09indices.t | 126 +++++++++++++++++++++++++++----------------------------
 2 files changed, 68 insertions(+), 63 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e6048f79ae..4f7cd1c6e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-01  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/t/09indices.t: move $encoding_index_text near the associated
+       tests.
+
 2023-01-01  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Makefile.tres, tp/t/95moreindices.t, tp/t/09indices.t: merge
diff --git a/tp/t/09indices.t b/tp/t/09indices.t
index c1dffd7d5b..a46b995772 100644
--- a/tp/t/09indices.t
+++ b/tp/t/09indices.t
@@ -842,69 +842,6 @@ Compilation mode also defines the keys @key{SPC} and 
@key{DEL} to
 @printindex fn']
 );
 
-my $encoding_index_text = '
-@node Top
-@top top
-
-@cindex @\'e @\'e
-@cindex @"{i} @"{i}@"{i}@"{i}
-@cindex @^i @^i@^i@^i@^i
-@cindex a
-@cindex b
-@cindex c
-@cindex d
-@cindex e
-@cindex f
-@cindex g
-@cindex h
-@cindex i
-@cindex j
-@cindex k
-@cindex l
-@cindex m
-@cindex n
-@cindex o
-@cindex p
-@cindex q
-@cindex r
-@cindex s
-@cindex t
-@cindex u
-@cindex v
-@cindex w
-@cindex x
-@cindex y
-@cindex z
-@cindex A
-@cindex B
-@cindex @l{}
-@cindex @L{}
-@cindex @dotless{i} @dotless{i} (dotless)
-@cindex @^{@dotless{i}} @^{@dotless{i}} (dotless)
-@cindex @ss{}
-@cindex @euro{}
-@cindex @AE{}
-@cindex @exclamdown{}
-@cindex @TH{}
-@cindex @DH{}
-@cindex @textdegree{}
-@cindex 0
-@cindex 9
-@cindex @quotedblleft{}
-@cindex @geq{}
-@cindex @comma{}
-@cindex ``
-@cindex `
-@cindex \'
-@cindex \'\'
-@cindex "
-@cindex @@
-@cindex --
-@cindex ---
-
-@printindex cp
-';
-
 # for these tests, set Info output only if relevant, as it is
 # only influenced by footnotestyle
 my @file_tests = (
@@ -989,6 +926,69 @@ undef,
 ],
 );
 
+my $encoding_index_text = '
+@node Top
+@top top
+
+@cindex @\'e @\'e
+@cindex @"{i} @"{i}@"{i}@"{i}
+@cindex @^i @^i@^i@^i@^i
+@cindex a
+@cindex b
+@cindex c
+@cindex d
+@cindex e
+@cindex f
+@cindex g
+@cindex h
+@cindex i
+@cindex j
+@cindex k
+@cindex l
+@cindex m
+@cindex n
+@cindex o
+@cindex p
+@cindex q
+@cindex r
+@cindex s
+@cindex t
+@cindex u
+@cindex v
+@cindex w
+@cindex x
+@cindex y
+@cindex z
+@cindex A
+@cindex B
+@cindex @l{}
+@cindex @L{}
+@cindex @dotless{i} @dotless{i} (dotless)
+@cindex @^{@dotless{i}} @^{@dotless{i}} (dotless)
+@cindex @ss{}
+@cindex @euro{}
+@cindex @AE{}
+@cindex @exclamdown{}
+@cindex @TH{}
+@cindex @DH{}
+@cindex @textdegree{}
+@cindex 0
+@cindex 9
+@cindex @quotedblleft{}
+@cindex @geq{}
+@cindex @comma{}
+@cindex ``
+@cindex `
+@cindex \'
+@cindex \'\'
+@cindex "
+@cindex @@
+@cindex --
+@cindex ---
+
+@printindex cp
+';
+
 my @file_encodings_tests = (
 ['encoding_index_ascii',
 '



reply via email to

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