texinfo-commits
[Top][All Lists]
Advanced

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

master updated (9fc241f19a -> 909859aeb5)


From: Patrice Dumas
Subject: master updated (9fc241f19a -> 909859aeb5)
Date: Thu, 5 Sep 2024 15:55:57 -0400 (EDT)

pertusus pushed a change to branch master.

    from 9fc241f19a * tp/Texinfo/Convert/HTML.pm (_convert_heading_command) 
(_open_node_part_command), tp/Texinfo/XS/convert/convert_html.c 
(convert_heading_command, open_node_part_command): set in_skipped_node_top when 
opening a @node (or associated @part), not after processing the contents.
     new 7b567bc43c * TODO: add an entry for printindex formatting in HTML, to 
avoid using table and refer to past discussions.
     new 7d2e846df5 * tp/Makefile.am (test_files), tp/Makefile.tres, 
tp/t/html_tests.t (simple_only_special_spaces_node), t/init/no_navigation.pm, 
t/input_files/simple_only_special_spaces_node.texi: add a simpler version of 
only_special_spaces_node as a file_test split by node as the smallest case that 
triggers a bug with div closed in the wrong file.
     new 909859aeb5 * tp/ext/epub3.pm (epub_convert_special_unit_type): rename 
$element variable as $output_unit.


Summary of changes:
 ChangeLog                                          |  19 +
 TODO                                               |   8 +
 tp/Makefile.am                                     |   2 +
 tp/Makefile.tres                                   |   2 +
 tp/ext/epub3.pm                                    |   8 +-
 tp/t/html_tests.t                                  |   8 +
 tp/t/init/no_navigation.pm                         |  15 +
 .../simple_only_special_spaces_node.texi           |  12 +
 .../html_tests/simple_only_special_spaces_node.pl  | 497 +++++++++++++++++++++
 .../res_html/-.html}                               |  18 +-
 .../res_html/index.html                            |  14 +-
 .../res_html/unknown_node.html}                    |  10 +-
 12 files changed, 583 insertions(+), 30 deletions(-)
 create mode 100644 tp/t/init/no_navigation.pm
 create mode 100644 tp/t/input_files/simple_only_special_spaces_node.texi
 create mode 100644 tp/t/results/html_tests/simple_only_special_spaces_node.pl
 copy 
tp/t/results/{formats_encodings/manual_simple_utf8_with_error/res_html/Chapitre.html
 => html_tests/simple_only_special_spaces_node/res_html/-.html} (56%)
 copy tp/t/results/html_tests/{empty_node_in_html_title_no_sec_name => 
simple_only_special_spaces_node}/res_html/index.html (78%)
 copy 
tp/t/results/html_tests/{empty_chapter_in_html_title_no_node_no_use_nodes/res_html/index.html
 => simple_only_special_spaces_node/res_html/unknown_node.html} (71%)



reply via email to

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