[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (0704129c74 -> 57d8cf5d04)
From: |
Patrice Dumas |
Subject: |
master updated (0704129c74 -> 57d8cf5d04) |
Date: |
Wed, 2 Mar 2022 05:32:46 -0500 (EST) |
pertusus pushed a change to branch master.
from 0704129c74 correct ChangeLog
new 0382b6ccb7 * tp/Texinfo/Convert/HTML.pm (_parse_htmlxref_files)
(_load_htmlxref_files, _prepare_css): decode file names for messages, encode
file names for filesystem access. Other minor changes in the code.
new cd1ceda5e4 Remove useless comments in tests
new 57d8cf5d04 Add cpp lines directives tests from Gavin.
Summary of changes:
ChangeLog | 14 +
tp/Makefile.am | 4 +-
tp/TODO | 7 +-
tp/Texinfo/Convert/HTML.pm | 90 +++---
tp/Texinfo/Convert/Info.pm | 20 +-
tp/Texinfo/Report.pm | 78 ++---
tp/t/80include.t | 8 +-
tp/t/92formatting.t | 1 -
tp/t/93layout.t | 1 -
tp/t/94htmlxref.t | 1 -
tp/t/95moreindices.t | 1 -
tp/t/accents.t | 5 -
tp/t/input_files/cpp_line_before_first_node.texi | 9 +
tp/t/input_files/cpp_line_latin1.texi | 14 +
tp/t/results/converters_tests/empty.pl | 6 +-
.../converters_tests/minimal_empty_empty.pl | 6 +-
.../converters_tests/minimal_empty_with_bye.pl | 6 +-
.../converters_tests/minimal_empty_with_input.pl | 6 +-
.../converters_tests/simplest_no_node_section.pl | 6 +-
.../things_before_setfilename_no_element.pl | 6 +-
tp/t/results/formatting/cond.pl | 3 +-
.../results/formatting/cond_ifhtml_ifinfo_iftex.pl | 3 +-
.../cond_no-ifhtml_no-ifinfo_no-iftex.pl | 3 +-
tp/t/results/formatting/defcondx_Dbar.pl | 3 +-
tp/t/results/formatting/defcondx_Ubar.pl | 3 +-
tp/t/results/formatting/one_line.pl | 3 +-
tp/t/results/formatting/one_line_no_content.pl | 3 +-
.../formatting/simplest_test_date_in_header.pl | 3 +-
tp/t/results/formatting/simplest_test_prefix.pl | 3 +-
tp/t/results/formatting/texi_cond.pl | 3 +-
tp/t/results/html_tests/commands_in_abbr.pl | 3 +-
tp/t/results/html_tests/commands_in_alt.pl | 3 +-
...lines_at_beginning_no_setfilename_no_element.pl | 3 +-
.../html_tests/example_at_commands_arguments.pl | 3 +-
tp/t/results/html_tests/example_class.pl | 3 +-
tp/t/results/html_tests/example_empty_arguments.pl | 3 +-
tp/t/results/html_tests/example_multi_class.pl | 3 +-
tp/t/results/html_tests/image_link_prefix.pl | 3 +-
tp/t/results/html_tests/mathjax_with_texinfo.pl | 3 +-
.../mathjax_with_texinfo_enable_encoding.pl | 3 +-
.../mathjax_with_texinfo_no_convert_to_latex.pl | 3 +-
tp/t/results/html_tests/raw_html.pl | 3 +-
tp/t/results/html_tests/shortcontents_no_top.pl | 3 +-
tp/t/results/html_tests/simple_menu.pl | 3 +-
tp/t/results/html_tests/simple_menu_in_example.pl | 3 +-
tp/t/results/html_tests/tex_expanded_in_copying.pl | 3 +-
.../verbatim_in_multitable_in_example.pl | 3 +-
tp/t/results/html_tests/xml_protected_in_verb.pl | 3 +-
tp/t/results/htmlxref/htmlxref.pl | 8 +-
tp/t/results/htmlxref/htmlxref_nodes.pl | 8 +-
tp/t/results/include/cpp_line_before_first_node.pl | 144 ++++++++++
tp/t/results/include/cpp_line_latin1.pl | 316 +++++++++++++++++++++
tp/t/results/moreindices/double_index_entry.pl | 3 +-
tp/t/results/moreindices/nodes_before_top.pl | 3 +-
.../moreindices/nodes_before_top_no_nodes.pl | 3 +-
tp/t/results/moreindices/nodes_before_top_nodes.pl | 3 +-
tp/t/results/moresectioning/equivalent_nodes.pl | 3 +-
.../moresectioning/equivalent_nodes_no_node.pl | 3 +-
tp/t/results/moresectioning/node_footnote_end.pl | 3 +-
.../moresectioning/node_footnote_separated.pl | 3 +-
.../moresectioning/node_footnote_use_node.pl | 3 +-
.../nodes_after_top_before_chapter.pl | 3 +-
...s_after_top_before_chapter_use_nodes_chapter.pl | 3 +-
.../nodes_after_top_before_section.pl | 3 +-
.../nodes_after_top_before_section_use_nodes.pl | 3 +-
...s_after_top_before_section_use_nodes_chapter.pl | 3 +-
tp/t/results/moresectioning/sectioning_frames.pl | 3 +-
.../transliterated_split_equivalent_nodes.pl | 3 +-
tp/texi2any.pl | 3 +-
69 files changed, 721 insertions(+), 179 deletions(-)
create mode 100644 tp/t/input_files/cpp_line_before_first_node.texi
create mode 100644 tp/t/input_files/cpp_line_latin1.texi
create mode 100644 tp/t/results/include/cpp_line_before_first_node.pl
create mode 100644 tp/t/results/include/cpp_line_latin1.pl
- master updated (0704129c74 -> 57d8cf5d04),
Patrice Dumas <=