texinfo-commits
[Top][All Lists]
Advanced

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

[8173] rename tests-parser.txt


From: gavinsmith0123
Subject: [8173] rename tests-parser.txt
Date: Sat, 15 Sep 2018 12:53:04 -0400 (EDT)

Revision: 8173
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8173
Author:   gavin
Date:     2018-09-15 12:53:04 -0400 (Sat, 15 Sep 2018)
Log Message:
-----------
rename tests-parser.txt

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/maintain/regenerate_cmd_tests.sh
    trunk/tp/tests/Makefile.am
    trunk/tp/tests/run_parser_all.sh

Added Paths:
-----------
    trunk/tp/tests/contents/list-of-tests
    trunk/tp/tests/coverage/list-of-tests
    trunk/tp/tests/formatting/list-of-tests
    trunk/tp/tests/htmlxref/list-of-tests
    trunk/tp/tests/htmlxref-only_mono/list-of-tests
    trunk/tp/tests/htmlxref-only_split/list-of-tests
    trunk/tp/tests/indices/list-of-tests
    trunk/tp/tests/layout/list-of-tests
    trunk/tp/tests/nested_formats/list-of-tests
    trunk/tp/tests/sectioning/list-of-tests
    trunk/tp/tests/tex_html/list-of-tests

Removed Paths:
-------------
    trunk/tp/tests/contents/tests-parser.txt
    trunk/tp/tests/coverage/tests-parser.txt
    trunk/tp/tests/formatting/tests-parser.txt
    trunk/tp/tests/htmlxref/tests-parser.txt
    trunk/tp/tests/htmlxref-only_mono/tests-parser.txt
    trunk/tp/tests/htmlxref-only_split/tests-parser.txt
    trunk/tp/tests/indices/tests-parser.txt
    trunk/tp/tests/layout/tests-parser.txt
    trunk/tp/tests/nested_formats/tests-parser.txt
    trunk/tp/tests/sectioning/tests-parser.txt
    trunk/tp/tests/tex_html/tests-parser.txt

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-15 16:28:08 UTC (rev 8172)
+++ trunk/ChangeLog     2018-09-15 16:53:04 UTC (rev 8173)
@@ -1,5 +1,12 @@
 2018-09-15  Gavin Smith  <address@hidden>
 
+       * tp/maintain/regenerate_cmd_tests.sh,
+       * tp/tests/run_parser_all.sh:
+       Rename file with the specifications of tests to be run from
+       'tests-parser.txt' to 'list-of-tests'.
+
+2018-09-15  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Convert/DocBook.pm (_convert):
        Do not use the 'block_command_line_contents' array: use the 
        'args' array directly.

Modified: trunk/tp/maintain/regenerate_cmd_tests.sh
===================================================================
--- trunk/tp/maintain/regenerate_cmd_tests.sh   2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/maintain/regenerate_cmd_tests.sh   2018-09-15 16:53:04 UTC (rev 
8173)
@@ -20,7 +20,7 @@
 
 #set -x
 
-test_file='tests-parser.txt'
+test_file='list-of-tests'
 test_scripts_dir='test_scripts'
 
 test -d $test_scripts_dir || mkdir $test_scripts_dir
@@ -58,7 +58,7 @@
 shift
 test_dirs=$1
 for test_dir in $test_dirs; do
-  driving_file=$test_dir/tests-parser.txt
+  driving_file=$test_dir/list-of-tests
   if test -f $driving_file; then
     test_driving_files="$test_driving_files $driving_file"
     while read line

Modified: trunk/tp/tests/Makefile.am
===================================================================
--- trunk/tp/tests/Makefile.am  2018-09-15 16:28:08 UTC (rev 8172)
+++ trunk/tp/tests/Makefile.am  2018-09-15 16:53:04 UTC (rev 8173)
@@ -11,7 +11,7 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 # autogenerated list of scripts that only run one test, and lists of 
-# tests-parser.txt files specifying the tests to run.
+# list-of-tests files specifying the tests to run.
 include $(srcdir)/Makefile.onetst
 
 $(srcdir)/Makefile.onetst: \

Copied: trunk/tp/tests/contents/list-of-tests (from rev 8074, 
trunk/tp/tests/contents/tests-parser.txt)
===================================================================
--- trunk/tp/tests/contents/list-of-tests                               (rev 0)
+++ trunk/tp/tests/contents/list-of-tests       2018-09-15 16:53:04 UTC (rev 
8173)
@@ -0,0 +1,33 @@
+contents_at_begin contents_at_begin.texi
+contents_at_end contents_at_end.texi
+contents_in_middle_chapter contents_in_middle_chapter.texi
+contents_in_middle_section contents_in_middle_section.texi
+double_contents double_contents.texi
+double_contents_chapter double_contents.texi --split chapter
+double_contents_section double_contents.texi --split section
+double_contents_nodes double_contents.texi --split node
+no_content no_content.texi
+no_content_do_contents no_content.texi --set-customization-variable 'contents 
1'
+no_content_setcatpage no_content_setcatpage.texi
+no_content_setcatpage_do_contents no_content_setcatpage.texi 
--set-customization-variable 'contents 1'
+contents_at_begin_inline contents_at_begin.texi --set-customization-variable 
'INLINE_CONTENTS 1'
+contents_at_end_inline contents_at_end.texi --set-customization-variable 
'INLINE_CONTENTS 1'
+contents_in_middle_chapter_inline contents_in_middle_chapter.texi 
--set-customization-variable 'INLINE_CONTENTS 1'
+contents_in_middle_section_inline contents_in_middle_section.texi 
--set-customization-variable 'INLINE_CONTENTS 1'
+double_contents_inline double_contents.texi --set-customization-variable 
'INLINE_CONTENTS 1'
+double_contents_inline_chapter double_contents.texi 
--set-customization-variable 'INLINE_CONTENTS 1' --split chapter
+double_contents_inline_section double_contents.texi 
--set-customization-variable 'INLINE_CONTENTS 1' --split section
+double_contents_inline_nodes double_contents.texi --set-customization-variable 
'INLINE_CONTENTS 1' --split node
+no_content_inline no_content.texi --set-customization-variable 
'INLINE_CONTENTS 1'
+no_content_do_contents_inline no_content.texi --set-customization-variable 
'INLINE_CONTENTS 1' --set-customization-variable 'contents 1'
+no_content_setcatpage_inline no_content_setcatpage.texi 
--set-customization-variable 'INLINE_CONTENTS 1'
+no_content_setcatpage_do_contents_inline no_content_setcatpage.texi 
--set-customization-variable 'INLINE_CONTENTS 1' --set-customization-variable 
'contents 1'
+double_contents_book double_contents.texi --init book.pm
+contents_and_parts contents_and_parts.texi
+
+contents_at_begin_info contents_at_begin.texi --info
+contents_at_end_info contents_at_end.texi  --info
+contents_in_middle_chapter_info contents_in_middle_chapter.texi --info
+contents_in_middle_section_info contents_in_middle_section.texi --info
+double_contents_info double_contents.texi --info
+

Deleted: trunk/tp/tests/contents/tests-parser.txt
===================================================================
--- trunk/tp/tests/contents/tests-parser.txt    2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/tests/contents/tests-parser.txt    2018-09-15 16:53:04 UTC (rev 
8173)
@@ -1,33 +0,0 @@
-contents_at_begin contents_at_begin.texi
-contents_at_end contents_at_end.texi
-contents_in_middle_chapter contents_in_middle_chapter.texi
-contents_in_middle_section contents_in_middle_section.texi
-double_contents double_contents.texi
-double_contents_chapter double_contents.texi --split chapter
-double_contents_section double_contents.texi --split section
-double_contents_nodes double_contents.texi --split node
-no_content no_content.texi
-no_content_do_contents no_content.texi --set-customization-variable 'contents 
1'
-no_content_setcatpage no_content_setcatpage.texi
-no_content_setcatpage_do_contents no_content_setcatpage.texi 
--set-customization-variable 'contents 1'
-contents_at_begin_inline contents_at_begin.texi --set-customization-variable 
'INLINE_CONTENTS 1'
-contents_at_end_inline contents_at_end.texi --set-customization-variable 
'INLINE_CONTENTS 1'
-contents_in_middle_chapter_inline contents_in_middle_chapter.texi 
--set-customization-variable 'INLINE_CONTENTS 1'
-contents_in_middle_section_inline contents_in_middle_section.texi 
--set-customization-variable 'INLINE_CONTENTS 1'
-double_contents_inline double_contents.texi --set-customization-variable 
'INLINE_CONTENTS 1'
-double_contents_inline_chapter double_contents.texi 
--set-customization-variable 'INLINE_CONTENTS 1' --split chapter
-double_contents_inline_section double_contents.texi 
--set-customization-variable 'INLINE_CONTENTS 1' --split section
-double_contents_inline_nodes double_contents.texi --set-customization-variable 
'INLINE_CONTENTS 1' --split node
-no_content_inline no_content.texi --set-customization-variable 
'INLINE_CONTENTS 1'
-no_content_do_contents_inline no_content.texi --set-customization-variable 
'INLINE_CONTENTS 1' --set-customization-variable 'contents 1'
-no_content_setcatpage_inline no_content_setcatpage.texi 
--set-customization-variable 'INLINE_CONTENTS 1'
-no_content_setcatpage_do_contents_inline no_content_setcatpage.texi 
--set-customization-variable 'INLINE_CONTENTS 1' --set-customization-variable 
'contents 1'
-double_contents_book double_contents.texi --init book.pm
-contents_and_parts contents_and_parts.texi
-
-contents_at_begin_info contents_at_begin.texi --info
-contents_at_end_info contents_at_end.texi  --info
-contents_in_middle_chapter_info contents_in_middle_chapter.texi --info
-contents_in_middle_section_info contents_in_middle_section.texi --info
-double_contents_info double_contents.texi --info
-

Copied: trunk/tp/tests/coverage/list-of-tests (from rev 8074, 
trunk/tp/tests/coverage/tests-parser.txt)
===================================================================
--- trunk/tp/tests/coverage/list-of-tests                               (rev 0)
+++ trunk/tp/tests/coverage/list-of-tests       2018-09-15 16:53:04 UTC (rev 
8173)
@@ -0,0 +1,8 @@
+# formats :_info
+
+texi formatting.texi
+formatting formatting.texi address@hidden@internal_links_formatting.txt
+#formatting_info formatting.texi --info -U texi2html
+# test below skipped because of different results with XSParagraph
+#formatting_utf8_enable_encoding formatting_utf8.texi --enable-encoding
+formatting_fr formatting.texi --document-language fr

Deleted: trunk/tp/tests/coverage/tests-parser.txt
===================================================================
--- trunk/tp/tests/coverage/tests-parser.txt    2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/tests/coverage/tests-parser.txt    2018-09-15 16:53:04 UTC (rev 
8173)
@@ -1,8 +0,0 @@
-# formats :_info
-
-texi formatting.texi
-formatting formatting.texi address@hidden@internal_links_formatting.txt
-#formatting_info formatting.texi --info -U texi2html
-# test below skipped because of different results with XSParagraph
-#formatting_utf8_enable_encoding formatting_utf8.texi --enable-encoding
-formatting_fr formatting.texi --document-language fr

Copied: trunk/tp/tests/formatting/list-of-tests (from rev 8074, 
trunk/tp/tests/formatting/tests-parser.txt)
===================================================================
--- trunk/tp/tests/formatting/list-of-tests                             (rev 0)
+++ trunk/tp/tests/formatting/list-of-tests     2018-09-15 16:53:04 UTC (rev 
8173)
@@ -0,0 +1,46 @@
+# conditionals and macros
+texi glossary.texi
+texi bib-example.texi
+texi cond.texi --ifhtml --ifinfo --no-iftex
+# in the texinfo test suite, the default is info, and there is also a 
+# test with --html which doesn't make much sense here, replaced with --xml
+# though it is not the same
+cond cond.texi
+cond_xml cond.texi --xml
+cond_no-ifhtml_no-ifinfo_no-iftex cond.texi --no-ifhtml --no-ifinfo --no-iftex
+cond_ifhtml_ifinfo_iftex cond.texi --ifhtml --ifinfo --iftex
+cond_info cond.texi --info
+cond_info_no-ifhtml_no-ifinfo_no-iftex cond.texi --info --no-ifhtml 
--no-ifinfo --no-iftex
+cond_info_ifhtml_ifinfo_iftex cond.texi --info --ifhtml --ifinfo --iftex
+defcondx_Dbar defxcond.texi -D bar
+defcondx_Ubar defxcond.texi -U bar
+
+# renamed nodes
+unknown_nodes_renamed unknown_nodes_renamed.texi
+
+# api
+texi ignore_and_comments.texi --init ignore_and_comments_output.init
+ignore_and_comments_output ignore_and_comments.texi --init 
ignore_and_comments_output.init
+test_redefine_need test_need.texi --init redefine_need.init
+
+# test the first line
+one_line_no_content one_line_no_content.texi
+one_line one_line.texi
+empty empty.texi
+
+# diverse
+direntry_dircategory_info_split direntry_dircategory.texi --info --split-size 1
+split_nocopying split_nocopying.texi --info
+split_nocopying_split split_nocopying.texi --info --split-size 10
+# FIXME /dev/null not portable
+split_nocopying_split_dev_null split_nocopying.texi --info --split-size 1 -o 
/dev/null
+simplest_test_prefix simplest.texi --set-customization-variable 'PREFIX truc'
+simplest_test_prefix_info simplest.texi --info --set-customization-variable 
'PREFIX truc'
+simplest_test_css simplest.texi --css-include file.css
+simplest_test_date_in_header simplest.texi --set-customization-variable 
'DATE_IN_HEADER 1'
+documentlanguage_set_option documentlanguage_set.texi --document-language fr
+documentlanguage_set_unknown documentlanguage_set.texi --document-language 
unknown
+documentlanguage_set_option_info documentlanguage_set.texi --info 
--document-language fr
+float_copying float_copying.texi --split chapter
+simple_with_menu_docbook_info simple_with_menu.texi --docbook --info
+split_for_format_not_split simplest.texi --xml --split chapter

Deleted: trunk/tp/tests/formatting/tests-parser.txt
===================================================================
--- trunk/tp/tests/formatting/tests-parser.txt  2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/tests/formatting/tests-parser.txt  2018-09-15 16:53:04 UTC (rev 
8173)
@@ -1,46 +0,0 @@
-# conditionals and macros
-texi glossary.texi
-texi bib-example.texi
-texi cond.texi --ifhtml --ifinfo --no-iftex
-# in the texinfo test suite, the default is info, and there is also a 
-# test with --html which doesn't make much sense here, replaced with --xml
-# though it is not the same
-cond cond.texi
-cond_xml cond.texi --xml
-cond_no-ifhtml_no-ifinfo_no-iftex cond.texi --no-ifhtml --no-ifinfo --no-iftex
-cond_ifhtml_ifinfo_iftex cond.texi --ifhtml --ifinfo --iftex
-cond_info cond.texi --info
-cond_info_no-ifhtml_no-ifinfo_no-iftex cond.texi --info --no-ifhtml 
--no-ifinfo --no-iftex
-cond_info_ifhtml_ifinfo_iftex cond.texi --info --ifhtml --ifinfo --iftex
-defcondx_Dbar defxcond.texi -D bar
-defcondx_Ubar defxcond.texi -U bar
-
-# renamed nodes
-unknown_nodes_renamed unknown_nodes_renamed.texi
-
-# api
-texi ignore_and_comments.texi --init ignore_and_comments_output.init
-ignore_and_comments_output ignore_and_comments.texi --init 
ignore_and_comments_output.init
-test_redefine_need test_need.texi --init redefine_need.init
-
-# test the first line
-one_line_no_content one_line_no_content.texi
-one_line one_line.texi
-empty empty.texi
-
-# diverse
-direntry_dircategory_info_split direntry_dircategory.texi --info --split-size 1
-split_nocopying split_nocopying.texi --info
-split_nocopying_split split_nocopying.texi --info --split-size 10
-# FIXME /dev/null not portable
-split_nocopying_split_dev_null split_nocopying.texi --info --split-size 1 -o 
/dev/null
-simplest_test_prefix simplest.texi --set-customization-variable 'PREFIX truc'
-simplest_test_prefix_info simplest.texi --info --set-customization-variable 
'PREFIX truc'
-simplest_test_css simplest.texi --css-include file.css
-simplest_test_date_in_header simplest.texi --set-customization-variable 
'DATE_IN_HEADER 1'
-documentlanguage_set_option documentlanguage_set.texi --document-language fr
-documentlanguage_set_unknown documentlanguage_set.texi --document-language 
unknown
-documentlanguage_set_option_info documentlanguage_set.texi --info 
--document-language fr
-float_copying float_copying.texi --split chapter
-simple_with_menu_docbook_info simple_with_menu.texi --docbook --info
-split_for_format_not_split simplest.texi --xml --split chapter

Copied: trunk/tp/tests/htmlxref/list-of-tests (from rev 8074, 
trunk/tp/tests/htmlxref/tests-parser.txt)
===================================================================
--- trunk/tp/tests/htmlxref/list-of-tests                               (rev 0)
+++ trunk/tp/tests/htmlxref/list-of-tests       2018-09-15 16:53:04 UTC (rev 
8173)
@@ -0,0 +1,3 @@
+htmlxref ../sectioning/test_refs.texi --set-customization-variable 
CHECK_HTMLXREF -c HTMLXREF=htmlxref.cnf-ref --set-customization-variable 
'HTMLXREF=htmlxref/htmlxref.cnf'
+
+htmlxref_nodes ../sectioning/test_refs.texi --split node 
--set-customization-variable 'USE_NODES 1' --node-files 
--set-customization-variable 'HTMLXREF=htmlxref/htmlxref.cnf'

Deleted: trunk/tp/tests/htmlxref/tests-parser.txt
===================================================================
--- trunk/tp/tests/htmlxref/tests-parser.txt    2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/tests/htmlxref/tests-parser.txt    2018-09-15 16:53:04 UTC (rev 
8173)
@@ -1,3 +0,0 @@
-htmlxref ../sectioning/test_refs.texi --set-customization-variable 
CHECK_HTMLXREF -c HTMLXREF=htmlxref.cnf-ref --set-customization-variable 
'HTMLXREF=htmlxref/htmlxref.cnf'
-
-htmlxref_nodes ../sectioning/test_refs.texi --split node 
--set-customization-variable 'USE_NODES 1' --node-files 
--set-customization-variable 'HTMLXREF=htmlxref/htmlxref.cnf'

Copied: trunk/tp/tests/htmlxref-only_mono/list-of-tests (from rev 8074, 
trunk/tp/tests/htmlxref-only_mono/tests-parser.txt)
===================================================================
--- trunk/tp/tests/htmlxref-only_mono/list-of-tests                             
(rev 0)
+++ trunk/tp/tests/htmlxref-only_mono/list-of-tests     2018-09-15 16:53:04 UTC 
(rev 8173)
@@ -0,0 +1,2 @@
+htmlxref ../sectioning/test_refs.texi -c 
HTMLXREF=htmlxref-only_mono/htmlxref.cnf
+htmlxref_nodes ../sectioning/test_refs.texi --split node 
--set-customization-variable 'USE_NODES 1' --node-files -c 
HTMLXREF=htmlxref-only_mono/htmlxref.cnf

Deleted: trunk/tp/tests/htmlxref-only_mono/tests-parser.txt
===================================================================
--- trunk/tp/tests/htmlxref-only_mono/tests-parser.txt  2018-09-15 16:28:08 UTC 
(rev 8172)
+++ trunk/tp/tests/htmlxref-only_mono/tests-parser.txt  2018-09-15 16:53:04 UTC 
(rev 8173)
@@ -1,2 +0,0 @@
-htmlxref ../sectioning/test_refs.texi -c 
HTMLXREF=htmlxref-only_mono/htmlxref.cnf
-htmlxref_nodes ../sectioning/test_refs.texi --split node 
--set-customization-variable 'USE_NODES 1' --node-files -c 
HTMLXREF=htmlxref-only_mono/htmlxref.cnf

Copied: trunk/tp/tests/htmlxref-only_split/list-of-tests (from rev 8074, 
trunk/tp/tests/htmlxref-only_split/tests-parser.txt)
===================================================================
--- trunk/tp/tests/htmlxref-only_split/list-of-tests                            
(rev 0)
+++ trunk/tp/tests/htmlxref-only_split/list-of-tests    2018-09-15 16:53:04 UTC 
(rev 8173)
@@ -0,0 +1,2 @@
+htmlxref ../sectioning/test_refs.texi -c 
HTMLXREF=htmlxref-only_split/htmlxref.cnf
+htmlxref_nodes ../sectioning/test_refs.texi --split node 
--set-customization-variable 'USE_NODES 1' --node-files -c 
HTMLXREF=htmlxref-only_split/htmlxref.cnf

Deleted: trunk/tp/tests/htmlxref-only_split/tests-parser.txt
===================================================================
--- trunk/tp/tests/htmlxref-only_split/tests-parser.txt 2018-09-15 16:28:08 UTC 
(rev 8172)
+++ trunk/tp/tests/htmlxref-only_split/tests-parser.txt 2018-09-15 16:53:04 UTC 
(rev 8173)
@@ -1,2 +0,0 @@
-htmlxref ../sectioning/test_refs.texi -c 
HTMLXREF=htmlxref-only_split/htmlxref.cnf
-htmlxref_nodes ../sectioning/test_refs.texi --split node 
--set-customization-variable 'USE_NODES 1' --node-files -c 
HTMLXREF=htmlxref-only_split/htmlxref.cnf

Copied: trunk/tp/tests/indices/list-of-tests (from rev 8074, 
trunk/tp/tests/indices/tests-parser.txt)
===================================================================
--- trunk/tp/tests/indices/list-of-tests                                (rev 0)
+++ trunk/tp/tests/indices/list-of-tests        2018-09-15 16:53:04 UTC (rev 
8173)
@@ -0,0 +1,47 @@
+# formats :_info
+
+# split at node?
+double_index_entry double_index_entry.texi
+
+#split_chapter_index split_chapter_index.texi --split chapter --init 
index_test.init
+split_chapter_index split_chapter_index.texi --split chapter
+#index_split index_split.texi --split chapter --init index_test.init
+index_split index_split.texi --split chapter
+#makeinfo_index_split index_split.texi --init makeinfo.pm --init 
index_test.init
+index_split_nodes index_split.texi --set-customization-variable 'USE_NODES 1' 
--split node
+#index_no_node index_no_node.texi --split chapter --init index_test.init
+index_no_node index_no_node.texi --split chapter
+#nodes_before_top nodes_before_top.texi --set-customization-variable 
'USE_NODES 1' --init index_test.init --split chapter
+nodes_before_top nodes_before_top.texi --set-customization-variable 'USE_NODES 
1' --split chapter
+#makeinfo_nodes_before_top nodes_before_top.texi --init makeinfo.pm --init 
index_test.init --split node --no-node-files
+nodes_before_top_nodes nodes_before_top.texi --set-customization-variable 
'USE_NODES 1' --split node
+# there is no sectioning command in nodes_before_top.texi, so when called as
+# texi2html there is nothing split, including indices. 
+#nodes_before_top_no_nodes nodes_before_top.texi --init index_test.init 
--split chapter
+nodes_before_top_no_nodes nodes_before_top.texi --split chapter
+#nodes_before_top_and_sections nodes_before_top_and_sections.texi --init 
index_test.init --split chapter
+nodes_before_top_and_sections_monolithic nodes_before_top_and_sections.texi
+#makeinfo_nodes_before_top_and_sections nodes_before_top_and_sections.texi 
--init makeinfo.pm --init index_test.init
+nodes_before_top_and_sections_html_chapter nodes_before_top_and_sections.texi 
--html --split chapter
+nodes_before_top_and_sections_html_chapter_nodes 
nodes_before_top_and_sections.texi --html --set-customization-variable 
'USE_NODES 1' --node-files --split chapter
+index_special_region index_special_region.texi --split chapter 
--set-customization-variable 'USE_TITLEPAGE_FOR_TITLE 0'
+index_special_region_no_region index_special_region_no_region.texi --split 
chapter --set-customization-variable 'USE_TITLEPAGE_FOR_TITLE 0'
+index_special_region_no_insertcopying 
index_special_region_no_insertcopying.texi --split chapter 
--set-customization-variable 'USE_TITLEPAGE_FOR_TITLE 0'
+index_special_region_html index_special_region.texi --html --split chapter
+index_special_region_no_region_html index_special_region_no_region.texi --html 
--split chapter
+index_special_region_no_insertcopying_html 
index_special_region_no_insertcopying.texi --html --split chapter
+index_nodes index_nodes.texi
+#makeinfo_index_nodes index_nodes.texi --init makeinfo.pm --init 
index_test.init  --split node
+index_nodes_nodes index_nodes.texi --set-customization-variable 'USE_NODES 1' 
--split node
+#printindex_between_node_section printindex_between_node_section.texi --init 
index_test.init --node-files
+printindex_between_node_section printindex_between_node_section.texi 
--node-files
+#printindex_between_part_chapter printindex_between_part_chapter.texi --init 
index_test.init
+printindex_between_part_chapter printindex_between_part_chapter.texi
+index_and_node_same_name index_and_node_same_name.texi
+index_entry_in_footnote index_entry_in_footnote.texi
+index_one_node index_one_node.texi
+index_no_node_no_top index_no_node_no_top.texi
+#same_doc_nr_split_index_and_element same_doc_nr_split_index_and_element.texi 
--init index_test.init --split node --node-files
+
+index_entry_in_footnote_info index_entry_in_footnote.texi --info
+index_entry_in_footnote_separated_info index_entry_in_footnote.texi --info 
--footnote-style=separate

Deleted: trunk/tp/tests/indices/tests-parser.txt
===================================================================
--- trunk/tp/tests/indices/tests-parser.txt     2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/tests/indices/tests-parser.txt     2018-09-15 16:53:04 UTC (rev 
8173)
@@ -1,47 +0,0 @@
-# formats :_info
-
-# split at node?
-double_index_entry double_index_entry.texi
-
-#split_chapter_index split_chapter_index.texi --split chapter --init 
index_test.init
-split_chapter_index split_chapter_index.texi --split chapter
-#index_split index_split.texi --split chapter --init index_test.init
-index_split index_split.texi --split chapter
-#makeinfo_index_split index_split.texi --init makeinfo.pm --init 
index_test.init
-index_split_nodes index_split.texi --set-customization-variable 'USE_NODES 1' 
--split node
-#index_no_node index_no_node.texi --split chapter --init index_test.init
-index_no_node index_no_node.texi --split chapter
-#nodes_before_top nodes_before_top.texi --set-customization-variable 
'USE_NODES 1' --init index_test.init --split chapter
-nodes_before_top nodes_before_top.texi --set-customization-variable 'USE_NODES 
1' --split chapter
-#makeinfo_nodes_before_top nodes_before_top.texi --init makeinfo.pm --init 
index_test.init --split node --no-node-files
-nodes_before_top_nodes nodes_before_top.texi --set-customization-variable 
'USE_NODES 1' --split node
-# there is no sectioning command in nodes_before_top.texi, so when called as
-# texi2html there is nothing split, including indices. 
-#nodes_before_top_no_nodes nodes_before_top.texi --init index_test.init 
--split chapter
-nodes_before_top_no_nodes nodes_before_top.texi --split chapter
-#nodes_before_top_and_sections nodes_before_top_and_sections.texi --init 
index_test.init --split chapter
-nodes_before_top_and_sections_monolithic nodes_before_top_and_sections.texi
-#makeinfo_nodes_before_top_and_sections nodes_before_top_and_sections.texi 
--init makeinfo.pm --init index_test.init
-nodes_before_top_and_sections_html_chapter nodes_before_top_and_sections.texi 
--html --split chapter
-nodes_before_top_and_sections_html_chapter_nodes 
nodes_before_top_and_sections.texi --html --set-customization-variable 
'USE_NODES 1' --node-files --split chapter
-index_special_region index_special_region.texi --split chapter 
--set-customization-variable 'USE_TITLEPAGE_FOR_TITLE 0'
-index_special_region_no_region index_special_region_no_region.texi --split 
chapter --set-customization-variable 'USE_TITLEPAGE_FOR_TITLE 0'
-index_special_region_no_insertcopying 
index_special_region_no_insertcopying.texi --split chapter 
--set-customization-variable 'USE_TITLEPAGE_FOR_TITLE 0'
-index_special_region_html index_special_region.texi --html --split chapter
-index_special_region_no_region_html index_special_region_no_region.texi --html 
--split chapter
-index_special_region_no_insertcopying_html 
index_special_region_no_insertcopying.texi --html --split chapter
-index_nodes index_nodes.texi
-#makeinfo_index_nodes index_nodes.texi --init makeinfo.pm --init 
index_test.init  --split node
-index_nodes_nodes index_nodes.texi --set-customization-variable 'USE_NODES 1' 
--split node
-#printindex_between_node_section printindex_between_node_section.texi --init 
index_test.init --node-files
-printindex_between_node_section printindex_between_node_section.texi 
--node-files
-#printindex_between_part_chapter printindex_between_part_chapter.texi --init 
index_test.init
-printindex_between_part_chapter printindex_between_part_chapter.texi
-index_and_node_same_name index_and_node_same_name.texi
-index_entry_in_footnote index_entry_in_footnote.texi
-index_one_node index_one_node.texi
-index_no_node_no_top index_no_node_no_top.texi
-#same_doc_nr_split_index_and_element same_doc_nr_split_index_and_element.texi 
--init index_test.init --split node --node-files
-
-index_entry_in_footnote_info index_entry_in_footnote.texi --info
-index_entry_in_footnote_separated_info index_entry_in_footnote.texi --info 
--footnote-style=separate

Copied: trunk/tp/tests/layout/list-of-tests (from rev 8074, 
trunk/tp/tests/layout/tests-parser.txt)
===================================================================
--- trunk/tp/tests/layout/list-of-tests                         (rev 0)
+++ trunk/tp/tests/layout/list-of-tests 2018-09-15 16:53:04 UTC (rev 8173)
@@ -0,0 +1,36 @@
+no_monolithic no_monolithic.texi --set-customization-variable 'MONOLITHIC 0'
+no_monolithic_only_toc_out no_monolithic.texi --set-customization-variable 
'MONOLITHIC 0' --init only_toc_out.init
+navigation navigation.texi
+navigation_no_header navigation.texi --no-header
+#navigation_noheaders_init navigation.texi --init noheaders.pm
+navigation_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1'
+navigation_no_header_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1' --set-customization-variable HEADERS=0
+navigation_chapter navigation.texi --split chapter
+navigation_section navigation.texi --split section
+navigation_node navigation.texi --split node
+navigation_chapter_no_header navigation.texi --split chapter --no-header
+navigation_section_no_header navigation.texi --split section --no-header
+navigation_node_no_header navigation.texi --split node --no-header
+navigation_chapter_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1' --split chapter
+navigation_section_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1' --split section
+navigation_node_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1' --split node
+navigation_chapter_no_header_vertical navigation.texi 
--set-customization-variable 'VERTICAL_HEAD_NAVIGATION 1' --split chapter 
--set-customization-variable HEADERS=0
+navigation_section_no_header_vertical navigation.texi 
--set-customization-variable 'VERTICAL_HEAD_NAVIGATION 1' --split section 
--set-customization-variable HEADERS=0
+navigation_node_no_header_vertical navigation.texi 
--set-customization-variable 'VERTICAL_HEAD_NAVIGATION 1' --split node 
--set-customization-variable HEADERS=0
+navigation_test_misc_file_collision navigation.texi --split node --init 
misc_file_collision.init
+
+formatting_docbook ../coverage/formatting.texi --docbook -U texi2html
+formatting_xml ../coverage/formatting.texi --xml -U texi2html
+formatting_weird_quotes ../coverage/formatting.texi 
--set-customization-variable 'OPEN_QUOTE_SYMBOL @' --set-customization-variable 
"CLOSE_QUOTE_SYMBOL '&lsquo;"
+#lightweight_markups_mediawiki lightweight_markups.texi --init mediawiki.pm
+formatting_html ../coverage/formatting.texi --html --no-split
+formatting_html_nodes ../coverage/formatting.texi --html --split node 
--node-files --set-customization-variable 'TOP_FILE index.html'
+formatting_plaintext ../coverage/formatting.texi --plaintext -U texi2html
+#formatting_mediawiki ../coverage/formatting.texi --init mediawiki.pm
+formatting_html32 ../coverage/formatting.texi --init html32.pm
+formatting_regions formatting_regions.texi
+formatting_exotic ../coverage/formatting.texi --split section --no-header 
--no-number-sections --set-customization-variable 'TOC_LINKS 1' 
--set-customization-variable 'DEF_TABLE 1' --set-customization-variable 
'XREF_USE_NODE_NAME_ARG 1' --footnote-style=end --css-ref 
http://www.environnement.ens.fr/perso/dumas/background-color.css 
--internal-links=/dev/null --set-customization-variable 
'USE_TITLEPAGE_FOR_TITLE 0'
+formatting_fr_icons ../coverage/formatting.texi --document-language fr --init 
icons.init
+#formatting_makeinfo ../coverage/formatting.texi --init makeinfo.pm --no-warn
+formatting_chm ../coverage/formatting.texi --init chm.pm
+formatting_nodes ../coverage/formatting.texi --split node

Deleted: trunk/tp/tests/layout/tests-parser.txt
===================================================================
--- trunk/tp/tests/layout/tests-parser.txt      2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/tests/layout/tests-parser.txt      2018-09-15 16:53:04 UTC (rev 
8173)
@@ -1,36 +0,0 @@
-no_monolithic no_monolithic.texi --set-customization-variable 'MONOLITHIC 0'
-no_monolithic_only_toc_out no_monolithic.texi --set-customization-variable 
'MONOLITHIC 0' --init only_toc_out.init
-navigation navigation.texi
-navigation_no_header navigation.texi --no-header
-#navigation_noheaders_init navigation.texi --init noheaders.pm
-navigation_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1'
-navigation_no_header_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1' --set-customization-variable HEADERS=0
-navigation_chapter navigation.texi --split chapter
-navigation_section navigation.texi --split section
-navigation_node navigation.texi --split node
-navigation_chapter_no_header navigation.texi --split chapter --no-header
-navigation_section_no_header navigation.texi --split section --no-header
-navigation_node_no_header navigation.texi --split node --no-header
-navigation_chapter_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1' --split chapter
-navigation_section_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1' --split section
-navigation_node_vertical navigation.texi --set-customization-variable 
'VERTICAL_HEAD_NAVIGATION 1' --split node
-navigation_chapter_no_header_vertical navigation.texi 
--set-customization-variable 'VERTICAL_HEAD_NAVIGATION 1' --split chapter 
--set-customization-variable HEADERS=0
-navigation_section_no_header_vertical navigation.texi 
--set-customization-variable 'VERTICAL_HEAD_NAVIGATION 1' --split section 
--set-customization-variable HEADERS=0
-navigation_node_no_header_vertical navigation.texi 
--set-customization-variable 'VERTICAL_HEAD_NAVIGATION 1' --split node 
--set-customization-variable HEADERS=0
-navigation_test_misc_file_collision navigation.texi --split node --init 
misc_file_collision.init
-
-formatting_docbook ../coverage/formatting.texi --docbook -U texi2html
-formatting_xml ../coverage/formatting.texi --xml -U texi2html
-formatting_weird_quotes ../coverage/formatting.texi 
--set-customization-variable 'OPEN_QUOTE_SYMBOL @' --set-customization-variable 
"CLOSE_QUOTE_SYMBOL '&lsquo;"
-#lightweight_markups_mediawiki lightweight_markups.texi --init mediawiki.pm
-formatting_html ../coverage/formatting.texi --html --no-split
-formatting_html_nodes ../coverage/formatting.texi --html --split node 
--node-files --set-customization-variable 'TOP_FILE index.html'
-formatting_plaintext ../coverage/formatting.texi --plaintext -U texi2html
-#formatting_mediawiki ../coverage/formatting.texi --init mediawiki.pm
-formatting_html32 ../coverage/formatting.texi --init html32.pm
-formatting_regions formatting_regions.texi
-formatting_exotic ../coverage/formatting.texi --split section --no-header 
--no-number-sections --set-customization-variable 'TOC_LINKS 1' 
--set-customization-variable 'DEF_TABLE 1' --set-customization-variable 
'XREF_USE_NODE_NAME_ARG 1' --footnote-style=end --css-ref 
http://www.environnement.ens.fr/perso/dumas/background-color.css 
--internal-links=/dev/null --set-customization-variable 
'USE_TITLEPAGE_FOR_TITLE 0'
-formatting_fr_icons ../coverage/formatting.texi --document-language fr --init 
icons.init
-#formatting_makeinfo ../coverage/formatting.texi --init makeinfo.pm --no-warn
-formatting_chm ../coverage/formatting.texi --init chm.pm
-formatting_nodes ../coverage/formatting.texi --split node

Copied: trunk/tp/tests/nested_formats/list-of-tests (from rev 8074, 
trunk/tp/tests/nested_formats/tests-parser.txt)
===================================================================
--- trunk/tp/tests/nested_formats/list-of-tests                         (rev 0)
+++ trunk/tp/tests/nested_formats/list-of-tests 2018-09-15 16:53:04 UTC (rev 
8173)
@@ -0,0 +1,20 @@
+# formats :_info
+texi nested_formats.texi
+# no macros, generated in all_texi by generate_all_texi.pl
+#multitable-nested_formats multitable-nested_formats.texi
+#enumerate-nested_formats enumerate-nested_formats.texi
+# macros
+nested_group nested_formats.texi
+nested_itemize nested_formats.texi -D format_itemize
+nested_menu nested_formats.texi -D format_menu
+# nested floats are broken. Not a big deal 
+#nested_float nested_formats.texi -D format_float
+nested_table nested_formats.texi -D format_table
+nested_flushright nested_formats.texi -D format_flushright
+nested_multitable nested_formats.texi -D format_multitable 
+# -debug 255
+nested_cartouche nested_formats.texi -D format_cartouche
+nested_enumerate nested_formats.texi -D format_enumerate
+nested_deffn nested_formats.texi -D format_deffn
+nested_example nested_formats.texi -D format_example
+nested_quotation nested_formats.texi -D format_quotation

Deleted: trunk/tp/tests/nested_formats/tests-parser.txt
===================================================================
--- trunk/tp/tests/nested_formats/tests-parser.txt      2018-09-15 16:28:08 UTC 
(rev 8172)
+++ trunk/tp/tests/nested_formats/tests-parser.txt      2018-09-15 16:53:04 UTC 
(rev 8173)
@@ -1,20 +0,0 @@
-# formats :_info
-texi nested_formats.texi
-# no macros, generated in all_texi by generate_all_texi.pl
-#multitable-nested_formats multitable-nested_formats.texi
-#enumerate-nested_formats enumerate-nested_formats.texi
-# macros
-nested_group nested_formats.texi
-nested_itemize nested_formats.texi -D format_itemize
-nested_menu nested_formats.texi -D format_menu
-# nested floats are broken. Not a big deal 
-#nested_float nested_formats.texi -D format_float
-nested_table nested_formats.texi -D format_table
-nested_flushright nested_formats.texi -D format_flushright
-nested_multitable nested_formats.texi -D format_multitable 
-# -debug 255
-nested_cartouche nested_formats.texi -D format_cartouche
-nested_enumerate nested_formats.texi -D format_enumerate
-nested_deffn nested_formats.texi -D format_deffn
-nested_example nested_formats.texi -D format_example
-nested_quotation nested_formats.texi -D format_quotation

Modified: trunk/tp/tests/run_parser_all.sh
===================================================================
--- trunk/tp/tests/run_parser_all.sh    2018-09-15 16:28:08 UTC (rev 8172)
+++ trunk/tp/tests/run_parser_all.sh    2018-09-15 16:53:04 UTC (rev 8173)
@@ -2,7 +2,7 @@
 # $Id$
 # Run all Texinfo tests.
 # 
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
 # Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
@@ -35,7 +35,7 @@
 
 main_command='texi2any.pl'
 
-# formats can be specified by first line of tests-parser.txt.
+# formats can be specified by first line of list-of-tests.
 #commands='texi2any.pl:_html texi2any.pl:_info'
 #commands=': texi2any.pl:_info'
 commands=':'
@@ -114,7 +114,7 @@
 #echo "testdir $testdir srcdir_test $srcdir_test" 1>&2
 
 base_results_dir=$testdir/
-test_file=tests-parser.txt
+test_file=list-of-tests
 driving_file=$srcdir/$testdir/$test_file
 
 echo "testdir: $testdir" >$logfile

Copied: trunk/tp/tests/sectioning/list-of-tests (from rev 8074, 
trunk/tp/tests/sectioning/tests-parser.txt)
===================================================================
--- trunk/tp/tests/sectioning/list-of-tests                             (rev 0)
+++ trunk/tp/tests/sectioning/list-of-tests     2018-09-15 16:53:04 UTC (rev 
8173)
@@ -0,0 +1,36 @@
+# formats :_html
+# $Id$
+# Public domain.  Originally created by Patrice Dumas.
+
+node_footnote_end node_footnote.texi --footnote-style=end
+node_footnote_use_node node_footnote.texi --set-customization-variable 
'USE_NODES 1' --node-files --footnote-style=end --split node
+node_footnote_separated node_footnote.texi --footnote-style=separate
+test_two_include test_two_include.texi -I 
address@hidden@../coverage/@address@hidden/formatting
+equivalent_nodes equivalent_nodes.texi --set-customization-variable 'USE_NODES 
1'
+equivalent_nodes_no_node equivalent_nodes.texi
+equivalent_nodes_test_renamed_nodes equivalent_nodes.texi --init 
test_renamed_nodes.init
+nodes_after_top_before_chapter nodes_after_top_before_chapter.texi
+nodes_after_top_before_chapter_use_nodes_chapter 
nodes_after_top_before_chapter.texi --set-customization-variable 'USE_NODES 1' 
--split chapter
+nodes_after_top_before_section nodes_after_top_before_section.texi --split 
chapter
+nodes_after_top_before_section_use_nodes nodes_after_top_before_section.texi 
--set-customization-variable 'USE_NODES 1'
+nodes_after_top_before_section_use_nodes_chapter 
nodes_after_top_before_section.texi --set-customization-variable 'USE_NODES 1' 
--split chapter
+sectioning_directions sectioning.texi --init test_directions.init
+sectioning_frames sectioning.texi --split chapter --set-customization-variable 
'FRAMES 1'
+# called sectioning_part_appendix in t/30sectioning
+no_node_chapter_split no_node.texi --split chapter
+# really different from what is in t/*?
+placed_things_before_element placed_things_before_element.texi
+# called nodes_no_node_top_explicit_directions in t/30sectioning
+no_section_no_top no_section_no_top.texi --set-customization-variable 
'USE_NODES 1'
+no_section_no_top_no_node no_section_no_top.texi
+# called chapter_between_nodes in t/30sectioning
+more_nodes_than_sections more_nodes_than_sections.texi
+# called one_node_explicit_directions_anchor in t/30sectioning
+# is it really useful?
+one_node_no_node one_node.texi
+one_node one_node.texi --set-customization-variable 'USE_NODES 1'
+more_sections_than_nodes more_sections_than_nodes.texi
+two_footnotes_in_nodes two_footnotes_in_nodes.texi
+two_footnotes_in_nodes_separated two_footnotes_in_nodes.texi 
--footnote-style=separate
+top_node_up_implicit top_node_up_implicit.texi -c 
TOP_NODE_UP_URL=http://itop.example.org
+top_node_up_explicit top_node_up_explicit.texi -c 
TOP_NODE_UP_URL=http://etop.example.org

Deleted: trunk/tp/tests/sectioning/tests-parser.txt
===================================================================
--- trunk/tp/tests/sectioning/tests-parser.txt  2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/tests/sectioning/tests-parser.txt  2018-09-15 16:53:04 UTC (rev 
8173)
@@ -1,36 +0,0 @@
-# formats :_html
-# $Id$
-# Public domain.  Originally created by Patrice Dumas.
-
-node_footnote_end node_footnote.texi --footnote-style=end
-node_footnote_use_node node_footnote.texi --set-customization-variable 
'USE_NODES 1' --node-files --footnote-style=end --split node
-node_footnote_separated node_footnote.texi --footnote-style=separate
-test_two_include test_two_include.texi -I 
address@hidden@../coverage/@address@hidden/formatting
-equivalent_nodes equivalent_nodes.texi --set-customization-variable 'USE_NODES 
1'
-equivalent_nodes_no_node equivalent_nodes.texi
-equivalent_nodes_test_renamed_nodes equivalent_nodes.texi --init 
test_renamed_nodes.init
-nodes_after_top_before_chapter nodes_after_top_before_chapter.texi
-nodes_after_top_before_chapter_use_nodes_chapter 
nodes_after_top_before_chapter.texi --set-customization-variable 'USE_NODES 1' 
--split chapter
-nodes_after_top_before_section nodes_after_top_before_section.texi --split 
chapter
-nodes_after_top_before_section_use_nodes nodes_after_top_before_section.texi 
--set-customization-variable 'USE_NODES 1'
-nodes_after_top_before_section_use_nodes_chapter 
nodes_after_top_before_section.texi --set-customization-variable 'USE_NODES 1' 
--split chapter
-sectioning_directions sectioning.texi --init test_directions.init
-sectioning_frames sectioning.texi --split chapter --set-customization-variable 
'FRAMES 1'
-# called sectioning_part_appendix in t/30sectioning
-no_node_chapter_split no_node.texi --split chapter
-# really different from what is in t/*?
-placed_things_before_element placed_things_before_element.texi
-# called nodes_no_node_top_explicit_directions in t/30sectioning
-no_section_no_top no_section_no_top.texi --set-customization-variable 
'USE_NODES 1'
-no_section_no_top_no_node no_section_no_top.texi
-# called chapter_between_nodes in t/30sectioning
-more_nodes_than_sections more_nodes_than_sections.texi
-# called one_node_explicit_directions_anchor in t/30sectioning
-# is it really useful?
-one_node_no_node one_node.texi
-one_node one_node.texi --set-customization-variable 'USE_NODES 1'
-more_sections_than_nodes more_sections_than_nodes.texi
-two_footnotes_in_nodes two_footnotes_in_nodes.texi
-two_footnotes_in_nodes_separated two_footnotes_in_nodes.texi 
--footnote-style=separate
-top_node_up_implicit top_node_up_implicit.texi -c 
TOP_NODE_UP_URL=http://itop.example.org
-top_node_up_explicit top_node_up_explicit.texi -c 
TOP_NODE_UP_URL=http://etop.example.org

Copied: trunk/tp/tests/tex_html/list-of-tests (from rev 8074, 
trunk/tp/tests/tex_html/tests-parser.txt)
===================================================================
--- trunk/tp/tests/tex_html/list-of-tests                               (rev 0)
+++ trunk/tp/tests/tex_html/list-of-tests       2018-09-15 16:53:04 UTC (rev 
8173)
@@ -0,0 +1,18 @@
+# tex
+block_EOL_tex block_EOL.texi --set-customization-variable 'L2H 1' --iftex
+simplest_httex ../formatting/simplest.texi --init tex4ht.pm --iftex
+tex tex.texi --set-customization-variable 'L2H 1' --iftex
+tex_notex tex.texi
+tex_httex tex.texi --init tex4ht.pm --iftex
+tex_accents_httex tex_accents.texi --init tex4ht.pm --iftex
+tex_accents_l2h tex_accents.texi --set-customization-variable 'L2H 1' --iftex
+# No mediawki tests for now
+#tex_mediawiki tex.texi --init mediawiki.pm --iftex
+#tex_httex_mediawiki tex.texi --html --init tex4ht.pm --init mediawiki.pm 
--iftex
+#tex_l2h_mediawiki tex.texi --html --set-customization-variable 'L2H 1' 
--iftex --init mediawiki.pm
+tex_complex_httex tex_complex.texi --init tex4ht.pm --iftex
+tex_complex_l2h tex_complex.texi --set-customization-variable 'L2H 1' --iftex
+math_not_closed math_not_closed.texi --set-customization-variable 'L2H 1' 
--iftex
+tex_not_closed tex_not_closed.texi --set-customization-variable 'L2H 1' --iftex
+tex_in_copying tex_in_copying.texi --set-customization-variable 'L2H 1' --iftex
+formatting_singular ../coverage/formatting.texi --init-file t2h_singular.init 
--set-customization-variable 'L2H 1' --set-customization-variable 'SHORTEXTN 1' 
--set-customization-variable 'PREFIX sing' --set-customization-variable 
'TOP_FILE index.htm' --no-verbose

Deleted: trunk/tp/tests/tex_html/tests-parser.txt
===================================================================
--- trunk/tp/tests/tex_html/tests-parser.txt    2018-09-15 16:28:08 UTC (rev 
8172)
+++ trunk/tp/tests/tex_html/tests-parser.txt    2018-09-15 16:53:04 UTC (rev 
8173)
@@ -1,18 +0,0 @@
-# tex
-block_EOL_tex block_EOL.texi --set-customization-variable 'L2H 1' --iftex
-simplest_httex ../formatting/simplest.texi --init tex4ht.pm --iftex
-tex tex.texi --set-customization-variable 'L2H 1' --iftex
-tex_notex tex.texi
-tex_httex tex.texi --init tex4ht.pm --iftex
-tex_accents_httex tex_accents.texi --init tex4ht.pm --iftex
-tex_accents_l2h tex_accents.texi --set-customization-variable 'L2H 1' --iftex
-# No mediawki tests for now
-#tex_mediawiki tex.texi --init mediawiki.pm --iftex
-#tex_httex_mediawiki tex.texi --html --init tex4ht.pm --init mediawiki.pm 
--iftex
-#tex_l2h_mediawiki tex.texi --html --set-customization-variable 'L2H 1' 
--iftex --init mediawiki.pm
-tex_complex_httex tex_complex.texi --init tex4ht.pm --iftex
-tex_complex_l2h tex_complex.texi --set-customization-variable 'L2H 1' --iftex
-math_not_closed math_not_closed.texi --set-customization-variable 'L2H 1' 
--iftex
-tex_not_closed tex_not_closed.texi --set-customization-variable 'L2H 1' --iftex
-tex_in_copying tex_in_copying.texi --set-customization-variable 'L2H 1' --iftex
-formatting_singular ../coverage/formatting.texi --init-file t2h_singular.init 
--set-customization-variable 'L2H 1' --set-customization-variable 'SHORTEXTN 1' 
--set-customization-variable 'PREFIX sing' --set-customization-variable 
'TOP_FILE index.htm' --no-verbose




reply via email to

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