texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/tests/coverage, * tp/tests/coverage/list-of-


From: Gavin D. Smith
Subject: branch master updated: * tp/tests/coverage, * tp/tests/coverage/list-of-tests, * tp/tests/coverage/formatting_utf8.texi: Remove. list-of-tests only had one commented-out line. formatting_utf8.texi was an old copy of layout/formatting.texi with an added "@documentencoding utf8" line.
Date: Sun, 04 Dec 2022 16:07:51 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 86285f2866 * tp/tests/coverage, * tp/tests/coverage/list-of-tests, * 
tp/tests/coverage/formatting_utf8.texi: Remove.  list-of-tests only had one 
commented-out line.  formatting_utf8.texi was an old copy of 
layout/formatting.texi with an added "@documentencoding utf8" line.
86285f2866 is described below

commit 86285f2866803dac28a2ea942f0d03dc9acdce64
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Dec 4 21:07:11 2022 +0000

    * tp/tests/coverage,
    * tp/tests/coverage/list-of-tests,
    * tp/tests/coverage/formatting_utf8.texi: Remove.  list-of-tests
    only had one commented-out line.  formatting_utf8.texi was an
    old copy of layout/formatting.texi with an added
    "@documentencoding utf8" line.
---
 ChangeLog                              |   9 +++
 tp/tests/coverage/Makefile.am          |  11 ---
 tp/tests/coverage/formatting_utf8.texi | 139 ---------------------------------
 tp/tests/coverage/list-of-tests        |   4 -
 4 files changed, 9 insertions(+), 154 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c21f8661d7..724a499c6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-12-04  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/tests/coverage,
+       * tp/tests/coverage/list-of-tests,
+       * tp/tests/coverage/formatting_utf8.texi: Remove.  list-of-tests
+       only had one commented-out line.  formatting_utf8.texi was an
+       old copy of layout/formatting.texi with an added
+       "@documentencoding utf8" line.
+
 2022-12-04  Patrice Dumas  <pertusus@free.fr>
 
        * tp/t/converters_tests.t: add inlinefmtspaces, inlinerawspaces
diff --git a/tp/tests/coverage/Makefile.am b/tp/tests/coverage/Makefile.am
deleted file mode 100644
index 84e3c8f6dc..0000000000
--- a/tp/tests/coverage/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-EXTRA_DIST = formatting.texi formatting_utf8.texi version.texi \
- f--ile.e--xt f--ile.jpg simplest.texi list-of-tests res_parser \
- res_parser_info
-
-DISTCLEANFILES = tests.log tests.out
-
-distclean-local:
-       rm -rf out_parser out_parser_info diffs test_log
-
-dist-hook:
-       rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name 
.git`
diff --git a/tp/tests/coverage/formatting_utf8.texi 
b/tp/tests/coverage/formatting_utf8.texi
deleted file mode 100644
index d3979fb7b3..0000000000
--- a/tp/tests/coverage/formatting_utf8.texi
+++ /dev/null
@@ -1,139 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-@setfilename formatting_utf8.info
-
-@documentencoding utf8
-
-@dircategory Formatting @'e @code{@@ @TeX{}} test
-@direntry
-* Truc: (formatting).           The GNU documentation truc.
-* @code{@@ @'e @equiv{}}: (formatting).  ``@asis{--- something}'' 
-                           @command{cmd} @`a
-@end direntry
-@node Top
-@top Top section
-
-@menu
-* chapter::               chapter
-
-Menu comment
-
-* description:chapter2.   Chapter 2
-@end menu
-
-@include coverage_macro.texi
-
-@copying
-In copying
-@mymacro{}
-@end copying
-
-@titlepage
-@title title --a
-@subtitle formatting subtitle --a
-@subtitle subtitle 2 --a
-@author author1 --a with accents in name T@'e@,ca
-@author author2 --a
-In titlepage
-@mymacro{}
-
-Insercopying in titlepage
-@insertcopying
-@end titlepage
-
-Insertcopying in normal text
-@insertcopying
-
-Normal text
-@mymacro{}
-
-In example.
-@example
-@mymacro{}
-@end example
-
-@cindex t--ruc
-@cindex T--ruc
-@cindex .
-@cindex ?
-@cindex a
-@findex t--ruc
-@findex T--ruc
-@findex .
-@findex ?
-@findex a
-
-
-cp
-@printindex cp
-
-fn
-@printindex fn
-
-vr
-@printindex vr
-
-ky
-@printindex ky
-
-pg
-@printindex pg
-
-tp
-@printindex tp
-
-
-
-@node chapter
-@chapter chapter
-
-@footnote{in footnote}
-
-@format
-@menu 
-* s--ect@comma{}ion:: s--ect@comma{}ion
-
-Menu comment
-``simple-double--three---four----''@*
-
-@end menu
-@end format
-
-@node s--ect@comma{}ion
-@section A section
-
-@menu
-* subsection:: 
-
-@detailmenu
-In detailmenu
-
-* subsubsection ``simple-double--::
-* subsubsection three---four----''::
-@end detailmenu
-@end menu
-
-@node subsection
-@subsection subsection
-
-@menu
-* subsubsection ``simple-double--::
-* subsubsection three---four----''::
-@end menu
-
-@anchor{anchor}
-
-@node subsubsection ``simple-double--
-@subsubsection subsubsection ``simple-double--
-
-@node subsubsection three---four----''
-@subsubsection three---four----''
-
-@node chapter2
-@centerchap chapter 2
-
-@printindex cp
-@printindex fn
-
-@contents
-@shortcontents
-@bye
diff --git a/tp/tests/coverage/list-of-tests b/tp/tests/coverage/list-of-tests
deleted file mode 100644
index 02cf94bc7e..0000000000
--- a/tp/tests/coverage/list-of-tests
+++ /dev/null
@@ -1,4 +0,0 @@
-# formats : :_info
-
-# test below skipped because of different results with XSParagraph
-#formatting_utf8_enable_encoding formatting_utf8.texi --enable-encoding



reply via email to

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