[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (da823a7297 -> 3ab5d40096)
From: |
Patrice Dumas |
Subject: |
master updated (da823a7297 -> 3ab5d40096) |
Date: |
Sun, 29 Sep 2024 10:05:26 -0400 (EDT) |
pertusus pushed a change to branch master.
from da823a7297 * tp/Texinfo/Convert/Plaintext.pm (_convert_def_line,
_convert): rename $command as $cmdname.
new bd6326bdeb * tp/Texinfo/Convert/HTML.pm (_convert_sp_command),
tp/Texinfo/Convert/Plaintext.pm (_convert),
tp/Texinfo/XS/convert/convert_html.c (convert_sp_command): consider empty @sp
argument to be 1, to have an output more consistent with Texinfo TeX.
new 3ab5d40096 Update test result
Summary of changes:
ChangeLog | 15 +
tp/Makefile.tres | 1 +
tp/Texinfo/Convert/HTML.pm | 10 +-
tp/Texinfo/Convert/LaTeX.pm | 13 +-
tp/Texinfo/Convert/Plaintext.pm | 21 +-
tp/Texinfo/XS/convert/convert_html.c | 30 +-
tp/t/converters_tests.t | 50 ++
.../sp_empty_lines_1_no_arg_zero.pl | 824 ++++++++++++++++++++
.../res_parser/formatting_chm/chapter.html | 3 +
.../res_parser/formatting_chm/formatting.html | 2 +
.../EPUB/xhtml/chapter.xhtml | 3 +
.../EPUB/xhtml/formatting.xhtml | 2 +
.../res_parser/formatting_html32/formatting.html | 5 +
.../formatting_html_no_split/formatting.html | 3 +
.../res_parser/formatting_info/formatting.info | 832 +++++++++++----------
.../res_parser/formatting_latex/formatting.tex | 10 +-
.../res_parser/formatting_plaintext/formatting.txt | 799 ++++++++++----------
.../formatting_regions/formatting_regions.html | 5 +
.../res_parser/formatting_xhtml/formatting.html | 5 +
.../formatting_enable_encoding/formatting.html | 5 +
.../EPUB/xhtml/chapter.xhtml | 3 +
.../EPUB/xhtml/formatting.xhtml | 2 +
.../res_parser/formatting_exotic/chapter.html | 3 +
.../res_parser/formatting_fr/formatting.html | 5 +
.../res_parser/formatting_fr_icons/formatting.html | 5 +
.../res_parser/formatting_fr_info/formatting.info | 832 +++++++++++----------
.../formatting.info | 832 +++++++++++----------
.../formatting.info | 832 +++++++++++----------
.../formatting_inline_css/formatting.html | 5 +
.../res_parser/formatting_mathjax/formatting.html | 5 +
.../formatting_numerical_entities/formatting.html | 5 +
.../formatting.txt | 799 ++++++++++----------
.../formatting_sort_element_counts/formatting.html | 3 +
.../formatting_texi2html/formatting.html | 5 +
.../formatting_texi2html_nodes/chapter.html | 3 +
.../formatting_texi2html_nodes/index.html | 2 +
.../formatting_weird_quotes/formatting.html | 5 +
.../res_parser/formatting_singular/chapter.html | 3 +
38 files changed, 3494 insertions(+), 2493 deletions(-)
create mode 100644
tp/t/results/converters_tests/sp_empty_lines_1_no_arg_zero.pl
- master updated (da823a7297 -> 3ab5d40096),
Patrice Dumas <=