[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3b91d37d91 -> 1fdf018365)
From: |
Patrice Dumas |
Subject: |
master updated (3b91d37d91 -> 1fdf018365) |
Date: |
Fri, 26 Apr 2024 18:11:13 -0400 (EDT) |
pertusus pushed a change to branch master.
from 3b91d37d91 * Pod-Simple-Texinfo/README: explain how test_scripts/*.sh
can be modified by a sed one liner to be usable when using Makefile.PL.
new 3fe5a8953e * tp/Texinfo/ParserNonXS.pm (%in_plain_text_commands),
tp/Texinfo/XS/parsetexi/parser.c (check_valid_nesting): remove @| from commands
valid in plain text, by adding a check on %in_heading_spec_commands.
new a6ce6d2a47 * tp/Texinfo/XS/parsetexi/parser.c (check_valid_nesting):
fix condition on contain_plain_text NOBRACE_symbol and CF_in_heading_spec.
new 4a236d102d * tp/Texinfo/command_data.txt (nodedescription): add
contain_basic_inline flag.
new 1fdf018365 * tp/Texinfo/ParserNonXS.pm (_handle_other_command),
tp/Texinfo/XS/parsetexi/handle_commands.c (handle_other_command): check that an
in_heading_spec command is in an heading_spec command by using the
basic_inline_stack_on_line nesting_context.
Summary of changes:
ChangeLog | 47 ++++++
tp/Makefile.tres | 5 +
tp/Texinfo/ParserNonXS.pm | 31 +++-
tp/Texinfo/XS/parsetexi/handle_commands.c | 6 +-
tp/Texinfo/XS/parsetexi/parser.c | 20 +--
tp/Texinfo/command_data.txt | 6 +-
tp/t/57invalid_nestings.t | 20 ++-
.../invalid_nestings/heading_commands_in_center.pl | 146 +++++++++++++++++++
.../heading_commands_in_documentlanguage.pl | 162 +++++++++++++++++++++
.../heading_separator_in_accent_command.pl} | 134 +++++++++--------
.../thischapter_in_footnote_in_evenfooting.pl | 155 ++++++++++++++++++++
.../thischapter_in_math_in_evenfooting.pl} | 52 ++-----
tp/t/results/menu/nodedescription_descriptions.pl | 10 +-
.../menu/nodedescriptionblock_descriptions.pl | 7 +
14 files changed, 675 insertions(+), 126 deletions(-)
create mode 100644 tp/t/results/invalid_nestings/heading_commands_in_center.pl
create mode 100644
tp/t/results/invalid_nestings/heading_commands_in_documentlanguage.pl
copy tp/t/results/{multitable/prototype_no_brace.pl =>
invalid_nestings/heading_separator_in_accent_command.pl} (51%)
create mode 100644
tp/t/results/invalid_nestings/thischapter_in_footnote_in_evenfooting.pl
copy tp/t/results/{coverage/titlefont_in_center.pl =>
invalid_nestings/thischapter_in_math_in_evenfooting.pl} (55%)
- master updated (3b91d37d91 -> 1fdf018365),
Patrice Dumas <=