texinfo-commits
[Top][All Lists]
Advanced

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

master updated (644e168413 -> 39db0690fe)


From: Patrice Dumas
Subject: master updated (644e168413 -> 39db0690fe)
Date: Sat, 1 Jan 2022 05:43:08 -0500 (EST)

pertusus pushed a change to branch master.

    from 644e168413 * tp/Texinfo/ParserNonXS.pm (_parse_texi), 
tp/Texinfo/XS/parsetexi/Parsetexi.pm (_find_menus_of_node), 
tp/Texinfo/Structuring.pm (set_menus_node_directions) 
(complete_node_tree_with_menus), Transformations (_reassociate_to_node, 
complete_node_menu) (complete_tree_nodes_missing_menu, _print_down_menus) 
(regenerate_master_menu, set_menus_to_simple_menu), 
Pod-Simple-Texinfo/pod2texi.pl (_do_top_node_menu): put menus in extra.
     new 9b9be96b26 Remove duplicate informations in test results
     new 39db0690fe * tp/Texinfo/Convert/HTML.pm (command_text, 
element_is_tree_unit_top) (_convert_heading_command, 
_prepare_tree_units_global_targets), tp/Texinfo/Structuring.pm (split_by_node, 
split_by_section) (split_pages, elements_directions), tp/init/book.pm 
(book_format_navigation_header, book_convert_heading_command) 
(book_element_file_name): use unit_section instead of section and unit_node 
instead of node for extra tree unit keys.


Summary of changes:
 ChangeLog                                          |   15 +
 tp/TODO                                            |    2 +
 tp/Texinfo/Convert/Converter.pm                    |    6 +-
 tp/Texinfo/Convert/HTML.pm                         |   18 +-
 tp/Texinfo/Convert/IXIN.pm                         |    2 +-
 tp/Texinfo/Convert/Info.pm                         |    2 +-
 tp/Texinfo/Convert/Plaintext.pm                    |    8 +-
 tp/Texinfo/Structuring.pm                          |   58 +-
 tp/init/book.pm                                    |   12 +-
 .../results/converters_tests/at_commands_in_raw.pl |    6 +-
 tp/t/results/converters_tests/complex_nestings.pl  |    6 +-
 .../results/converters_tests/footnote_no_number.pl |    6 +-
 .../footnote_no_number_separate.pl                 |    6 +-
 tp/t/results/converters_tests/image_formatting.pl  |    6 +-
 .../index_entry_in_preformatted.pl                 |    6 +-
 .../printindex_merged_indices_code_style.pl        |    6 +-
 tp/t/results/converters_tests/ref_in_sectioning.pl |  107 +-
 tp/t/results/converters_tests/refs_formatting.pl   |   16 +-
 .../some_at_commands_in_ref_nodes.pl               |   43 +-
 .../converters_tests/spaces_in_empty_node_names.pl |   17 +-
 .../converters_tests/spaces_in_node_names.pl       |   35 +-
 .../converters_tests/test_deftypefnnewline.pl      |   29 +-
 .../converters_tests/things_before_setfilename.pl  |   34 +-
 .../things_before_setfilename_no_element.pl        |   18 -
 tp/t/results/converters_tests/top_in_ref.pl        |    9 +-
 .../converters_tests/top_in_ref_keep_top.pl        |    9 +-
 tp/t/results/coverage/block_commands.pl            |    9 -
 .../coverage/punctuation_in_line_commands.pl       |   38 +-
 tp/t/results/coverage_braces/caption_not_closed.pl |    9 -
 tp/t/results/coverage_braces/footnote_no_node.pl   |    4 +-
 .../coverage_braces/inforef_too_much_args.pl       |    6 +-
 tp/t/results/coverage_braces/test_image.pl         |   15 +-
 .../coverage_braces/two_footnotes_in_nodes.pl      |   43 +-
 .../two_footnotes_in_nodes_separate.pl             |   43 +-
 tp/t/results/coverage_braces/verb_in_xref.pl       |    6 +-
 .../def/all_commands_delimiters_printindex.pl      |    6 +-
 tp/t/results/def/all_commands_printindex.pl        |    6 +-
 tp/t/results/def/ref_in_def.pl                     |    6 +-
 tp/t/results/def/space_in_def_for_index.pl         |    6 +-
 .../docbook_tests/multiple_documentlanguage.pl     |   54 +-
 .../docbook_tests/special_docbook_unnumbered.pl    |   91 +-
 tp/t/results/float/anchor_in_caption.pl            |   15 +-
 tp/t/results/float/cindex_in_caption.pl            |   15 +-
 .../results/float/comment_space_comand_in_float.pl |   15 +-
 tp/t/results/float/complex_float.pl                |   75 +-
 .../float/empty_listoffloats_with_floats.pl        |   34 -
 tp/t/results/float/float_copying.pl                |   52 +-
 tp/t/results/float/float_with_at_commands.pl       |    9 -
 tp/t/results/float/footnote_in_caption.pl          |   15 +-
 .../results/float/footnote_in_caption_and_error.pl |   15 +-
 .../float/numbering_captions_listoffloats.pl       |  413 +--
 tp/t/results/float/ref_to_float.pl                 |   18 -
 tp/t/results/float/simple.pl                       |    9 -
 tp/t/results/formats_encodings/accent.pl           |   16 +-
 .../formats_encodings/accent_enable_encoding.pl    |   16 +-
 tp/t/results/formats_encodings/accentenc.pl        |   16 +-
 .../formats_encodings/accentenc_enable_encoding.pl |   16 +-
 .../formats_encodings/at_commands_in_refs.pl       |  459 +--
 .../at_commands_in_refs_latin1.pl                  |  459 +--
 .../formats_encodings/at_commands_in_refs_utf8.pl  |  459 +--
 .../char_latin1_latin1_in_refs.pl                  |  107 +-
 .../formats_encodings/char_latin1_utf8_in_refs.pl  |  107 +-
 .../char_latin2_latin2_in_refs.pl                  |   43 +-
 .../formats_encodings/japanese_shift_jis.pl        |   59 +-
 tp/t/results/formats_encodings/sample_utf8.pl      |   75 +-
 tp/t/results/formats_encodings/weird_accents.pl    |   16 +-
 .../weird_accents_disable_encoding.pl              |   16 +-
 tp/t/results/formatting/cond.pl                    |    6 +-
 .../results/formatting/cond_ifhtml_ifinfo_iftex.pl |    6 +-
 tp/t/results/formatting/cond_info.pl               |    6 +-
 .../formatting/cond_info_ifhtml_ifinfo_iftex.pl    |    6 +-
 .../cond_info_no-ifhtml_no-ifinfo_no-iftex.pl      |    6 +-
 .../cond_no-ifhtml_no-ifinfo_no-iftex.pl           |    6 +-
 tp/t/results/formatting/cond_xml.pl                |    6 +-
 .../formatting/direntry_dircategory_info_split.pl  |   43 +-
 .../formatting/documentlanguage_set_option.pl      |   16 +-
 .../formatting/documentlanguage_set_option_info.pl |   16 +-
 .../formatting/documentlanguage_set_unknown.pl     |   16 +-
 tp/t/results/formatting/float_copying.pl           |   52 +-
 .../formatting/simplest_test_date_in_header.pl     |    6 +-
 tp/t/results/formatting/simplest_test_prefix.pl    |    6 +-
 .../formatting/simplest_test_prefix_info.pl        |    6 +-
 .../formatting/split_for_format_not_split.pl       |    6 +-
 tp/t/results/formatting/split_nocopying.pl         |   43 +-
 tp/t/results/formatting/split_nocopying_split.pl   |   43 +-
 tp/t/results/formatting/texi_bib_example.pl        |   59 +-
 tp/t/results/formatting/texi_cond.pl               |    6 +-
 tp/t/results/formatting/texi_glossary.pl           |   43 +-
 tp/t/results/heading/heading_in_copying.pl         |    6 +-
 .../character_number_leading_toc_stoc.pl           |   16 +-
 tp/t/results/html_tests/check_htmlxref.pl          |   33 +-
 .../deftypefnnewline_for_copying_after.pl          |   16 +-
 .../deftypefnnewline_for_copying_before.pl         |   16 +-
 tp/t/results/html_tests/documentdescription.pl     |    4 +-
 .../empty_lines_at_beginning_no_setfilename.pl     |   16 +-
 .../html_tests/footnotestyle_separate_late.pl      |  331 +--
 tp/t/results/html_tests/html_in_copying.pl         |   16 +-
 .../results/html_tests/index_and_node_same_name.pl |   10 +-
 tp/t/results/html_tests/index_below.pl             |  112 +-
 tp/t/results/html_tests/redirection_same_labels.pl |  603 ++--
 tp/t/results/html_tests/ref_in_preformatted.pl     |   23 +-
 tp/t/results/html_tests/shortcontents_no_top.pl    |   12 +-
 tp/t/results/html_tests/simple_menu.pl             |   20 +-
 .../html_tests/test_xrefautomaticsectiontitle.pl   |   43 +-
 .../test_xrefautomaticsectiontitle_off_first.pl    |   43 +-
 .../text_before_top_and_contents_after_title.pl    |   20 +-
 ...t_before_top_and_summarycontents_after_title.pl |   20 +-
 tp/t/results/html_tests/titles.pl                  |   16 +-
 tp/t/results/htmlxref/htmlxref.pl                  |   72 +-
 tp/t/results/htmlxref/htmlxref_nodes.pl            |   72 +-
 tp/t/results/htmlxref/htmlxref_only_mono.pl        |   72 +-
 tp/t/results/htmlxref/htmlxref_only_mono_nodes.pl  |   72 +-
 tp/t/results/htmlxref/htmlxref_only_split.pl       |   72 +-
 tp/t/results/htmlxref/htmlxref_only_split_nodes.pl |   72 +-
 tp/t/results/include/cpp_lines.pl                  |    6 +-
 .../macro_and_commands_in_early_commands.pl        |   16 +-
 tp/t/results/include/macro_in_early_commands.pl    |   16 +-
 tp/t/results/include/value_expansion_in_include.pl |    6 +-
 tp/t/results/indices/complex_recursive_synindex.pl |    6 +-
 tp/t/results/indices/def_syn_indices.pl            |   29 +-
 ...default_cp_index_and_one_letter_syncodeindex.pl |    6 +-
 tp/t/results/indices/double_index_entry.pl         |   23 +-
 tp/t/results/indices/double_seeentry_seealso.pl    |   29 +-
 tp/t/results/indices/double_syncodeindex.pl        |    6 +-
 tp/t/results/indices/empty_cindex_entry.pl         |    6 +-
 tp/t/results/indices/empty_index_entry.pl          |    6 +-
 tp/t/results/indices/empty_string_index_entry.pl   |    6 +-
 tp/t/results/indices/encoding_index_ascii.pl       |   16 +-
 .../encoding_index_ascii_enable_encoding.pl        |   16 +-
 tp/t/results/indices/encoding_index_latin1.pl      |   16 +-
 .../encoding_index_latin1_enable_encoding.pl       |   16 +-
 tp/t/results/indices/encoding_index_utf8.pl        |   16 +-
 .../indices/encoding_index_utf8_enable_encoding.pl |   16 +-
 tp/t/results/indices/explicit_sort_key.pl          |    9 +-
 tp/t/results/indices/ftable_vtable.pl              |    6 +-
 tp/t/results/indices/image_lines_count.pl          |    6 +-
 tp/t/results/indices/image_text_lines_count.pl     |    6 +-
 tp/t/results/indices/index_entries_locations.pl    |    6 +-
 .../indices/index_entry_before_first_node.pl       |  Bin 9505 -> 9431 bytes
 tp/t/results/indices/index_entry_before_node.pl    |   29 +-
 tp/t/results/indices/index_entry_in_footnote.pl    |    6 +-
 .../index_entry_in_footnote_different_node_end.pl  |   23 +-
 .../indices/index_entry_in_footnote_separate.pl    |   23 +-
 tp/t/results/indices/print_merged_index.pl         |    6 +-
 .../indices/printindex_index_entry_in_copying.pl   |   43 +-
 ...rintindex_index_entry_in_copying_in_footnote.pl |   43 +-
 ...ndex_index_entry_in_copying_no_insertcopying.pl |   43 +-
 .../indices/printindex_with_space_before.pl        |  Bin 9074 -> 9000 bytes
 .../indices/same_index_entry_merged_indices.pl     |    9 +-
 tp/t/results/indices/seealso_duplicate.pl          |    6 +-
 tp/t/results/indices/seeentry.pl                   |   22 +-
 tp/t/results/indices/subentries.pl                 |   22 +-
 tp/t/results/indices/subentry_and_sortas.pl        |   22 +-
 tp/t/results/indices/syncode_index_print_both.pl   |   29 +-
 tp/t/results/indices/syncodeindex_to_plain.pl      |    6 +-
 tp/t/results/indices/transparent_sort_chars.pl     |    9 +-
 tp/t/results/indices/w_lines_count.pl              |    9 +-
 tp/t/results/info_tests/anchor_and_spaces.pl       |   16 +-
 tp/t/results/info_tests/anchor_in_command.pl       |    6 +-
 tp/t/results/info_tests/before_node_and_section.pl |   43 +-
 tp/t/results/info_tests/colon_in_index_entry.pl    |    6 +-
 tp/t/results/info_tests/def_in_copying.pl          |   16 +-
 .../direntry_dircategory_and_commands.pl           |   16 +-
 tp/t/results/info_tests/encoding_us_ascii.pl       |    6 +-
 tp/t/results/info_tests/error_in_footnote.pl       |   15 +-
 tp/t/results/info_tests/file_only_png.pl           |  Bin 6892 -> 6818 bytes
 tp/t/results/info_tests/float_long_captions.pl     |   24 +-
 tp/t/results/info_tests/image_and_punctuation.pl   |    6 +-
 .../info_tests/image_and_spaces_formatting.pl      |    6 +-
 tp/t/results/info_tests/image_extension.pl         |    6 +-
 tp/t/results/info_tests/image_in_paragraph.pl      |  Bin 6599 -> 6525 bytes
 tp/t/results/info_tests/image_not_found.pl         |    6 +-
 tp/t/results/info_tests/image_quotes.pl            |  Bin 5373 -> 5299 bytes
 tp/t/results/info_tests/index_entry_at_end_node.pl |   59 +-
 .../info_tests/invalid_node_name_no_warning.pl     |   35 +-
 .../info_tests/invalid_node_name_warning.pl        |   35 +-
 tp/t/results/info_tests/known_encoding.pl          |    6 +-
 .../multitable_anchor_and_index_entry.pl           |    6 +-
 .../info_tests/nested_footnotes_separate.pl        |    6 +-
 .../info_tests/nested_multitable_anchor_index.pl   |    6 +-
 tp/t/results/info_tests/no_node_but_top.pl         |    4 +-
 tp/t/results/info_tests/no_top_node.pl             |    6 +-
 tp/t/results/info_tests/note_in_strong.pl          |    6 +-
 .../info_tests/note_in_strong_end_of_line.pl       |    6 +-
 tp/t/results/info_tests/novalidate_empty_refs.pl   |    6 +-
 .../info_tests/paragraphindent_and_preamble.pl     |   16 +-
 tp/t/results/info_tests/pxref_test.pl              |    6 +-
 tp/t/results/info_tests/ref_tests.pl               |    6 +-
 tp/t/results/info_tests/space_at_menu_end.pl       |   17 +-
 tp/t/results/info_tests/space_in_menu.pl           |   43 +-
 tp/t/results/info_tests/space_in_setfilename.pl    |    6 +-
 tp/t/results/info_tests/split_no_copying.pl        |   43 +-
 .../info_tests/split_test_before_first_node.pl     |   43 +-
 .../split_test_before_first_node_no_empty_line.pl  |   43 +-
 tp/t/results/info_tests/test_index.pl              |   79 +-
 tp/t/results/info_tests/text_before_node.pl        |   43 +-
 tp/t/results/info_tests/top_node_normalization.pl  |   17 +-
 tp/t/results/info_tests/unknown_encoding.pl        |    6 +-
 tp/t/results/info_tests/xref_test.pl               |    6 +-
 .../invalid_nestings/float_in_style_command.pl     |    9 -
 tp/t/results/invalid_nestings/footnote_in_ref.pl   |    6 +-
 tp/t/results/invalid_nestings/ignore_in_xref.pl    |    6 +-
 tp/t/results/invalid_nestings/in_table.pl          |    6 +-
 .../invalid_nestings/menu_in_style_command.pl      |   17 +-
 tp/t/results/invalid_nestings/node_in_copying.pl   |    6 +-
 .../invalid_nestings/node_in_copying_not_closed.pl |   16 +-
 .../invalid_nestings/node_on_index_entry_line.pl   |    6 +-
 tp/t/results/invalid_nestings/on_node_line.pl      |    6 +-
 tp/t/results/invalid_nestings/on_section_line.pl   |    4 +-
 tp/t/results/invalid_nestings/quotation_in_ref.pl  |    6 +-
 tp/t/results/invalid_nestings/ref_in_anchor.pl     |    6 +-
 tp/t/results/invalid_nestings/ref_in_ref.pl        |    6 +-
 .../results/invalid_nestings/section_in_copying.pl |    4 +-
 .../invalid_nestings/section_in_flushright.pl      |    4 +-
 .../invalid_nestings/section_in_footnote.pl        |    4 +-
 tp/t/results/invalid_nestings/section_in_math.pl   |    8 +-
 .../section_in_nested_block_commands.pl            |    4 +-
 tp/t/results/invalid_nestings/section_in_table.pl  |    4 +-
 .../invalid_nestings/section_on_def_line.pl        |    4 +-
 .../invalid_nestings/section_on_defx_line.pl       |    4 +-
 .../section_on_index_entry_line.pl                 |    4 +-
 .../style_not_closed_before_first_node.pl          |    6 +-
 .../style_not_closed_no_newline_root_commands.pl   |   43 +-
 .../style_not_closed_root_commands.pl              |   43 +-
 .../unclosed_verb_on_section_line.pl               |    4 +-
 tp/t/results/invalid_nestings/verbatim_in_ref.pl   |    6 +-
 .../itemize/inter_item_commands_in_enumerate.pl    |   29 +-
 .../itemize/inter_item_commands_in_itemize.pl      |   29 +-
 tp/t/results/languages/appendix_translated.pl      |   20 +-
 tp/t/results/languages/command_translated.pl       |   16 +-
 tp/t/results/languages/multiple.pl                 |    6 +-
 tp/t/results/languages/multiple_lang_chapters.pl   |  107 +-
 .../languages/multiple_lang_chapters_latex.pl      |  107 +-
 .../languages/multiple_lang_chapters_texi2html.pl  |  107 +-
 tp/t/results/languages/simple.pl                   |    6 +-
 tp/t/results/languages/unknown_language.pl         |   16 +-
 tp/t/results/languages/unknown_region.pl           |    6 +-
 .../anchor_links_xref_xrefautomaticsectiontitle.pl |   29 +-
 tp/t/results/latex_tests/custom_headings.pl        |   41 +-
 tp/t/results/latex_tests/float_and_refs.pl         |   68 +-
 tp/t/results/latex_tests/fonttextsize.pl           |   49 +-
 tp/t/results/latex_tests/indices.pl                |   29 +-
 tp/t/results/latex_tests/pagesizes.pl              |   33 +-
 tp/t/results/latex_tests/pagetype.pl               |   33 +-
 tp/t/results/latex_tests/settitle_and_headings.pl  |    4 +-
 tp/t/results/latex_tests/shorttitlepage.pl         |   29 +-
 tp/t/results/latex_tests/titlepage_classical.pl    |   29 +-
 tp/t/results/latex_tests/titlepage_in_top_node.pl  |   29 +-
 tp/t/results/latex_tests/titlepage_long_title.pl   |   29 +-
 tp/t/results/latex_tests/titlepage_no_author.pl    |   29 +-
 tp/t/results/latex_tests/titlepage_no_title.pl     |   29 +-
 .../titlepage_with_commands_classical.pl           |   29 +-
 tp/t/results/layout/navigation.pl                  |   97 +-
 tp/t/results/layout/navigation_chapter.pl          |   97 +-
 .../results/layout/navigation_chapter_no_header.pl |   97 +-
 .../navigation_chapter_no_header_vertical.pl       |   97 +-
 tp/t/results/layout/navigation_chapter_vertical.pl |   97 +-
 tp/t/results/layout/navigation_no_header.pl        |   97 +-
 .../layout/navigation_no_header_vertical.pl        |   97 +-
 tp/t/results/layout/navigation_node.pl             |   97 +-
 tp/t/results/layout/navigation_node_no_header.pl   |   97 +-
 .../layout/navigation_node_no_header_vertical.pl   |   97 +-
 tp/t/results/layout/navigation_node_vertical.pl    |   97 +-
 tp/t/results/layout/navigation_section.pl          |   97 +-
 .../results/layout/navigation_section_no_header.pl |   97 +-
 .../navigation_section_no_header_vertical.pl       |   97 +-
 tp/t/results/layout/navigation_section_vertical.pl |   97 +-
 tp/t/results/layout/navigation_vertical.pl         |   97 +-
 tp/t/results/layout/no_monolithic.pl               |   43 +-
 tp/t/results/macro/backslash_in_arg.pl             |    6 +-
 tp/t/results/macro/macro_in_index_commands.pl      |    6 +-
 tp/t/results/macro/macro_in_misc_commands.pl       |   43 +-
 .../menu/block_commands_in_menu_description.pl     |   27 +-
 tp/t/results/menu/comment_on_menu_line.pl          |   34 +-
 tp/t/results/menu/detailmenu_on_subnodes.pl        |  129 +-
 tp/t/results/menu/detailmenu_unknown_node.pl       |   17 +-
 .../menu/direntry_dircategory_after_first_node.pl  |   16 +-
 tp/t/results/menu/empty_menu_entry_name.pl         |   17 +-
 tp/t/results/menu/entry_after_detailmenu.pl        |   29 +-
 tp/t/results/menu/example_in_menu_description.pl   |   27 +-
 tp/t/results/menu/formats_in_menu.pl               |   17 +-
 tp/t/results/menu/inlineraw_in_menu_description.pl |   27 +-
 tp/t/results/menu/invalid_info_menu_entry.pl       |   17 +-
 tp/t/results/menu/menu_in_deffn.pl                 |    6 +-
 tp/t/results/menu/menu_in_example.pl               |    6 +-
 tp/t/results/menu/menu_node_unterminated.pl        |   17 +-
 tp/t/results/menu/menu_pointing_to_anchor.pl       |   27 +-
 tp/t/results/menu/menu_title_before_entries.pl     |   23 +-
 tp/t/results/menu/multiple_menus.pl                |   28 +-
 tp/t/results/menu/no_colon_in_menu.pl              |   17 +-
 tp/t/results/menu/reference_to_external_manual.pl  |   17 +-
 tp/t/results/menu/sc_in_menu.pl                    |   23 +-
 tp/t/results/menu/submenu_in_example.pl            |    6 +-
 tp/t/results/menu/verb_in_menu_description.pl      |   27 +-
 .../codequoteundirected_codequotebacktick.pl       |   16 +-
 .../misc_commands/comment_space_command_on_line.pl |   29 +-
 .../no_empty_line_between_headings.pl              |   12 +-
 tp/t/results/misc_commands/ref_in_center.pl        |    6 +-
 tp/t/results/misc_commands/test_allowcodebreaks.pl |    6 +-
 .../misc_commands/text_before_line_command.pl      |   16 +-
 tp/t/results/morecoverage/formatting_fr.pl         |   83 +-
 tp/t/results/morecoverage/texi_formatting.pl       |   83 +-
 tp/t/results/moreindices/double_index_entry.pl     |   23 +-
 tp/t/results/moreindices/index_no_node.pl          |   20 +-
 tp/t/results/moreindices/index_split.pl            |  173 +-
 tp/t/results/moreindices/index_split_nodes.pl      |  173 +-
 tp/t/results/moreindices/nodes_before_top.pl       |   80 +-
 .../nodes_before_top_and_sections_monolithic.pl    |  102 +-
 .../moreindices/nodes_before_top_no_nodes.pl       |   80 +-
 tp/t/results/moreindices/nodes_before_top_nodes.pl |   80 +-
 tp/t/results/moreindices/split_chapter_index.pl    |   97 +-
 tp/t/results/moresectioning/equivalent_nodes.pl    |   32 +-
 .../moresectioning/equivalent_nodes_no_node.pl     |   32 +-
 .../moresectioning/more_sections_than_nodes.pl     |  134 +-
 tp/t/results/moresectioning/node_footnote_end.pl   |   62 +-
 .../moresectioning/node_footnote_separated.pl      |   62 +-
 .../moresectioning/node_footnote_use_node.pl       |   62 +-
 .../nodes_after_top_before_chapter.pl              |   39 +-
 ...s_after_top_before_chapter_use_nodes_chapter.pl |   39 +-
 .../nodes_after_top_before_section.pl              |   39 +-
 .../nodes_after_top_before_section_use_nodes.pl    |   39 +-
 ...s_after_top_before_section_use_nodes_chapter.pl |   39 +-
 .../moresectioning/placed_things_before_element.pl |   13 +-
 tp/t/results/moresectioning/sectioning_frames.pl   |  221 +-
 .../results/moresectioning/top_node_up_explicit.pl |   43 +-
 .../results/moresectioning/top_node_up_implicit.pl |   43 +-
 .../moresectioning/two_footnotes_in_nodes.pl       |   43 +-
 .../two_footnotes_in_nodes_separated.pl            |   43 +-
 tp/t/results/paragraph/commands_in_flushright.pl   |    9 -
 tp/t/results/plaintext_tests/all_spaces.pl         |    6 +-
 .../plaintext_tests/chinese_mixed_with_en.pl       |    6 +-
 tp/t/results/plaintext_tests/japanese_utf8.pl      |   59 +-
 .../plaintext_tests/line_passed_and_formats.pl     |   17 +-
 .../plaintext_tests/no_empty_line_after_section.pl |   16 +-
 tp/t/results/plaintext_tests/non_break_spaces.pl   |    6 +-
 tp/t/results/plaintext_tests/quote_node_names.pl   |   84 +-
 tp/t/results/preformatted/caption_in_example.pl    |    9 -
 tp/t/results/regions/anchor_in_copying.pl          |    6 +-
 .../regions/anchor_in_copying_in_footnote.pl       |    6 +-
 tp/t/results/regions/anchor_in_titlepage.pl        |   10 +-
 .../regions/anchor_in_titlepage_titlepage.pl       |   10 +-
 tp/t/results/regions/format_in_titlepage.pl        |    6 +-
 .../regions/format_in_titlepage_titlepage.pl       |    6 +-
 tp/t/results/regions/ref_in_copying.pl             |   43 +-
 tp/t/results/regions/today_in_copying.pl           |   16 +-
 tp/t/results/sectioning/a_comma_after_node.pl      |    6 +-
 tp/t/results/sectioning/anchor_in_footnote.pl      |   43 +-
 .../sectioning/anchor_in_footnote_separate.pl      |   43 +-
 tp/t/results/sectioning/anchor_zero.pl             |    6 +-
 tp/t/results/sectioning/at_commands_in_node.pl     |    6 +-
 .../sectioning/chapter_before_and_after_part.pl    |   79 +-
 tp/t/results/sectioning/chapter_before_part.pl     |   62 +-
 tp/t/results/sectioning/chapter_between_nodes.pl   |   47 +-
 .../chapter_node_before_and_after_part.pl          |   49 +-
 tp/t/results/sectioning/chapter_sections.pl        |  372 ++-
 .../sectioning/character_and_spaces_in_node.pl     |   18 +-
 .../sectioning/character_and_spaces_in_refs.pl     |   72 +-
 .../sectioning/character_and_spaces_in_refs_out.pl |  628 ++--
 tp/t/results/sectioning/complex.pl                 | 3031 +++++++++-----------
 tp/t/results/sectioning/complex_split_at_node.pl   | 2876 +++++++++----------
 tp/t/results/sectioning/contents.pl                |   42 +-
 .../sectioning/contents_and_shortcontents.pl       |   42 +-
 .../sectioning/contents_at_document_begin.pl       |   20 +-
 .../results/sectioning/contents_at_end_document.pl |   20 +-
 .../contents_at_end_document_after_node.pl         |   37 +-
 tp/t/results/sectioning/contents_in_document.pl    |   20 +-
 tp/t/results/sectioning/contents_in_html_text.pl   |   16 +-
 tp/t/results/sectioning/contents_no_section.pl     |    6 +-
 .../sectioning/contents_with_only_top_node.pl      |    6 +-
 .../results/sectioning/double_node_anchor_float.pl |   33 +-
 tp/t/results/sectioning/double_part.pl             |  437 ++-
 tp/t/results/sectioning/double_top.pl              |    6 +-
 tp/t/results/sectioning/double_top_in_menu.pl      |   17 +-
 tp/t/results/sectioning/double_top_section.pl      |    8 +-
 tp/t/results/sectioning/email_in_node.pl           |    6 +-
 tp/t/results/sectioning/empty_ref_arg.pl           |    6 +-
 tp/t/results/sectioning/empty_top_node_up.pl       |   33 +-
 tp/t/results/sectioning/equivalent_labels.pl       |   35 +-
 tp/t/results/sectioning/equivalent_nodes.pl        |   23 +-
 .../results/sectioning/explicit_node_directions.pl |  226 +-
 tp/t/results/sectioning/external_node_in_menu.pl   |   56 +-
 tp/t/results/sectioning/hole_in_sectioning.pl      |   20 +-
 tp/t/results/sectioning/internal_top_node_up.pl    |  178 +-
 tp/t/results/sectioning/lone_Top_node.pl           |  165 +-
 tp/t/results/sectioning/loop_nodes.pl              |   67 +-
 tp/t/results/sectioning/lowered_subsubsection.pl   |  158 +-
 tp/t/results/sectioning/loweredheading.pl          |    3 +-
 tp/t/results/sectioning/menutextorder.pl           |  119 +-
 .../results/sectioning/more_sections_than_nodes.pl |  134 +-
 tp/t/results/sectioning/next_in_menu_is_below.pl   |   97 +-
 tp/t/results/sectioning/next_no_prev_to_node.pl    |   29 +-
 .../results/sectioning/no_argument_and_contents.pl |    8 +-
 tp/t/results/sectioning/no_element.pl              |    9 -
 tp/t/results/sectioning/no_menu.pl                 |   48 +-
 tp/t/results/sectioning/node_empty_direction.pl    |    6 +-
 tp/t/results/sectioning/node_line_arguments.pl     |    6 +-
 tp/t/results/sectioning/node_nested_parentheses.pl |   17 +-
 .../sectioning/node_part_chapter_after_chapter.pl  |  536 ++--
 .../sectioning/node_part_chapter_after_top.pl      |  333 +--
 tp/t/results/sectioning/node_referenced_in_ref.pl  |   23 +-
 .../node_sectop_before_chapter_no_node.pl          |   20 +-
 .../sectioning/node_sectop_before_lone_node_Top.pl |   32 +-
 tp/t/results/sectioning/node_too_much_args.pl      |    6 +-
 .../node_up_direction_for_top_with_manual.pl       |    6 +-
 tp/t/results/sectioning/node_up_external_node.pl   |  119 +-
 tp/t/results/sectioning/nodename_parentheses.pl    |   72 +-
 .../nodes_after_top_before_chapter_nodes.pl        |  298 +-
 .../nodes_after_top_before_chapter_not_split.pl    |   39 +-
 ...ore_chapter_not_split_no_use_node_directions.pl |   39 +-
 .../nodes_after_top_before_chapter_sections.pl     |  192 +-
 .../nodes_after_top_before_section_nodes.pl        |  298 +-
 .../nodes_after_top_before_section_sections.pl     |  192 +-
 tp/t/results/sectioning/nodes_before_after_top.pl  |   29 +-
 .../sectioning/nodes_before_after_top_xref.pl      |   29 +-
 tp/t/results/sectioning/nodes_before_top.pl        |   60 +-
 .../nodes_no_node_top_explicit_directions.pl       |  113 +-
 .../non_automatic_internal_top_node_up.pl          |  174 +-
 .../non_automatic_top_node_up_and_url.pl           |  174 +-
 .../sectioning/non_automatic_top_node_up_url.pl    |  200 +-
 tp/t/results/sectioning/novalidate.pl              |   17 +-
 .../one_node_explicit_directions_anchor.pl         |    6 +-
 tp/t/results/sectioning/one_subsection.pl          |    4 +-
 tp/t/results/sectioning/one_subsection_and_node.pl |   16 +-
 tp/t/results/sectioning/part_before_chapter.pl     |   35 +-
 tp/t/results/sectioning/part_before_section.pl     |   35 +-
 tp/t/results/sectioning/part_before_top.pl         |   35 +-
 tp/t/results/sectioning/part_chapter_after_top.pl  |  333 +--
 tp/t/results/sectioning/part_chapter_appendix.pl   |   10 +-
 tp/t/results/sectioning/part_node_after_top.pl     |  177 +-
 tp/t/results/sectioning/part_node_before_top.pl    |  149 +-
 .../sectioning/part_node_chapter_after_top.pl      |  394 ++-
 .../sectioning/part_node_chapter_appendix.pl       |  409 ++-
 .../sectioning/part_node_chapter_node_appendix.pl  |  556 ++--
 .../sectioning/part_node_node_part_appendix.pl     |  588 ++--
 tp/t/results/sectioning/part_node_part_appendix.pl |  432 ++-
 .../sectioning/part_node_part_node_appendix.pl     |  588 ++--
 .../sectioning/placed_things_before_element.pl     |   13 +-
 .../sectioning/placed_things_before_node.pl        |   25 +-
 .../sectioning/protected_node_parentheses.pl       |   33 +-
 tp/t/results/sectioning/raiselowersections.pl      |  130 +-
 tp/t/results/sectioning/rec_nodes.pl               |   57 +-
 tp/t/results/sectioning/ref_to_top.pl              |   16 +-
 .../sectioning/section_before_after_top_node.pl    |   24 +-
 .../section_before_after_top_node_last_node.pl     |   27 +-
 tp/t/results/sectioning/section_before_chapter.pl  |    8 +-
 tp/t/results/sectioning/section_before_part.pl     |    8 +-
 tp/t/results/sectioning/section_before_top.pl      |   43 +-
 .../sectioning/section_before_top_no_node.pl       |    8 +-
 .../results/sectioning/section_below_unnumbered.pl |   70 +-
 .../sectioning/section_below_unnumbered_no_top.pl  |    8 +-
 .../sectioning/section_chapter_before_top.pl       |   12 +-
 .../sectioning/section_chapter_before_top_nodes.pl |   70 +-
 .../sectioning/section_in_unnumbered_info.pl       |  655 ++---
 .../sectioning/section_in_unnumbered_plaintext.pl  |  655 ++---
 .../results/sectioning/section_node_before_part.pl |   20 +-
 .../results/sectioning/sectioning_part_appendix.pl |  495 ++--
 .../sectioning/sectioning_part_appendix_no_top.pl  |  429 ++-
 tp/t/results/sectioning/sections.pl                |    4 +-
 tp/t/results/sectioning/sections_test.pl           |   42 +-
 .../sectioning/sections_test_no_use_nodes.pl       |   42 +-
 ...ctions_test_no_use_nodes_use_node_directions.pl |   42 +-
 tp/t/results/sectioning/semi_auto.pl               |   86 +-
 .../setfilename_on_top_and_after_node.pl           |   16 +-
 tp/t/results/sectioning/shortcontents.pl           |   42 +-
 tp/t/results/sectioning/space_in_node.pl           |   35 +-
 tp/t/results/sectioning/top_chapter_sections.pl    |  420 ++-
 .../results/sectioning/top_no_argument_and_node.pl |    9 +-
 .../sectioning/top_no_argument_and_top_node.pl     |    9 +-
 .../sectioning/top_node_no_menu_direction.pl       |   23 +-
 tp/t/results/sectioning/top_node_part_top.pl       |  111 +-
 tp/t/results/sectioning/top_node_up_url.pl         |  178 +-
 tp/t/results/sectioning/top_part_chapter.pl        |   83 +-
 tp/t/results/sectioning/top_without_node_nodes.pl  |  109 +-
 .../sectioning/top_without_node_sections.pl        |  179 +-
 .../transliterated_split_equivalent_nodes.pl       |  335 +--
 tp/t/results/sectioning/two_nodes_at_the_end.pl    |  341 +--
 .../sectioning/two_nodes_between_chapters.pl       |  525 ++--
 tp/t/results/sectioning/unknown_node_in_menu.pl    |   17 +-
 .../sectioning/unnumbered_before_node_top_top.pl   |  169 +-
 tp/t/results/sectioning/unnumbered_before_top.pl   |    8 +-
 .../sectioning/unnumbered_before_top_node.pl       |   58 +-
 .../unnumbered_top_without_node_nodes.pl           |  218 +-
 .../unnumbered_top_without_node_sections.pl        |  324 +--
 tp/t/results/value/value_in_index_commands.pl      |    6 +-
 tp/t/results/value/value_in_misc_commands.pl       |   16 +-
 tp/t/results/value/value_in_node.pl                |   60 +-
 tp/t/results/value/value_node_directions.pl        |   42 +-
 tp/t/results/xml_tests/commands_and_spaces.pl      |   18 +-
 tp/t/results/xml_tests/comments_end_lines.pl       |    9 -
 .../xml_tests/comments_on_block_command_lines.pl   |    9 -
 tp/t/results/xml_tests/image_inline_or_not.pl      |   56 +-
 tp/t/results/xml_tests/node_and_bye.pl             |    6 +-
 tp/t/results/xml_tests/node_no_section.pl          |    6 +-
 tp/t/results/xtable/block_commands_in_table.pl     |   16 +-
 .../results/xtable/inter_item_commands_in_table.pl |   29 +-
 tp/t/test_utils.pl                                 |    9 +-
 496 files changed, 12981 insertions(+), 22511 deletions(-)



reply via email to

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