[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (70b072f3d9 -> 1bd4a1f206)
From: |
Patrice Dumas |
Subject: |
master updated (70b072f3d9 -> 1bd4a1f206) |
Date: |
Tue, 3 Jan 2023 18:00:30 -0500 (EST) |
pertusus pushed a change to branch master.
from 70b072f3d9 * tp/tests/indices/Makefile.am: remove reference to
res_parser_info.
new 993d887dcb * tp/Makefile.am (test_files), tp/Makefile.tres,
tp/t/html_tests.t, tp/tests/contents/Makefile.am (EXTRA_DIST),
tp/tests/contents/list-of-tests: remove contents_at_end* tests from
tp/tests/contents/list-of-tests, put similar tests in tp/t/html_tests.t and
move the Texinfo file accordingly.
new 1bd4a1f206 * tp/Makefile.am (test_files), tp/Makefile.tres,
tp/t/html_tests.t, tp/tests/contents/Makefile.am (EXTRA_DIST),
tp/tests/contents/list-of-tests: remove contents_in_middle_chapter* tests from
tp/tests/contents/list-of-tests, put similar tests in tp/t/html_tests.t and
move the Texinfo file accordingly.
Summary of changes:
ChangeLog | 16 +
tp/Makefile.am | 2 +
tp/Makefile.tres | 12 +
tp/t/html_tests.t | 36 ++
.../input_files}/contents_at_end.texi | 0
.../input_files}/contents_in_middle_chapter.texi | 0
.../contents_at_end.pl} | 134 ++++----
.../contents_at_end/res_html/contents_at_end.html} | 13 +-
.../contents_at_end_inline.pl} | 134 ++++----
.../res_html/contents_at_end.html} | 33 +-
.../contents_at_end_separate_element.pl} | 134 ++++----
.../res_html/contents_at_end.html} | 13 +-
.../contents_in_middle_chapter.pl} | 377 ++++++++-------------
.../res_html/contents_in_middle_chapter.html} | 52 +--
.../contents_in_middle_chapter_inline.pl} | 377 ++++++++-------------
.../res_html/contents_in_middle_chapter.html} | 49 ++-
...contents_in_middle_chapter_separate_element.pl} | 377 ++++++++-------------
.../res_html/contents_in_middle_chapter.html} | 35 +-
tp/tests/contents/Makefile.am | 4 +-
tp/tests/contents/list-of-tests | 6 -
.../res_parser/contents_at_end/contents_at_end.1 | 0
.../res_parser/contents_at_end/contents_at_end.2 | 0
.../contents_at_end/contents_at_end.html | 203 -----------
.../contents_at_end_info/contents_at_end.1 | 0
.../contents_at_end_info/contents_at_end.2 | 0
.../contents_at_end_info/contents_at_end.info | 35 --
.../contents_at_end_inline/contents_at_end.1 | 0
.../contents_at_end_inline/contents_at_end.2 | 0
.../contents_at_end_inline/contents_at_end.html | 197 -----------
.../contents_in_middle_chapter.1 | 0
.../contents_in_middle_chapter.2 | 0
.../contents_in_middle_chapter.html | 233 -------------
.../contents_in_middle_chapter.1 | 0
.../contents_in_middle_chapter.2 | 0
.../contents_in_middle_chapter.info | 48 ---
.../contents_in_middle_chapter.1 | 0
.../contents_in_middle_chapter.2 | 0
.../contents_in_middle_chapter.html | 227 -------------
tp/tests/test_scripts/contents_contents_at_end.sh | 19 --
.../test_scripts/contents_contents_at_end_info.sh | 19 --
.../contents_contents_at_end_inline.sh | 19 --
.../contents_contents_in_middle_chapter.sh | 19 --
.../contents_contents_in_middle_chapter_info.sh | 19 --
.../contents_contents_in_middle_chapter_inline.sh | 19 --
44 files changed, 835 insertions(+), 2026 deletions(-)
rename tp/{tests/contents => t/input_files}/contents_at_end.texi (100%)
rename tp/{tests/contents => t/input_files}/contents_in_middle_chapter.texi
(100%)
copy tp/t/results/{info_tests/split_nocopying.pl =>
html_tests/contents_at_end.pl} (71%)
copy
tp/t/results/{converters_tests/contents_at_document_begin/res_html/contents_at_document_begin.html
=> html_tests/contents_at_end/res_html/contents_at_end.html} (72%)
copy tp/t/results/{info_tests/split_nocopying_split.pl =>
html_tests/contents_at_end_inline.pl} (65%)
copy
tp/t/results/{converters_tests/contents_at_document_begin_inline/res_html/contents_at_document_begin.html
=> html_tests/contents_at_end_inline/res_html/contents_at_end.html} (73%)
copy tp/t/results/{info_tests/split_nocopying.pl =>
html_tests/contents_at_end_separate_element.pl} (63%)
copy
tp/t/results/{converters_tests/contents_at_document_begin_separate_element/res_html/contents_at_document_begin.html
=> html_tests/contents_at_end_separate_element/res_html/contents_at_end.html}
(75%)
copy tp/t/results/{sectioning/section_below_unnumbered.pl =>
html_tests/contents_in_middle_chapter.pl} (59%)
copy
tp/t/results/{converters_tests/contents_at_document_begin_separate_element/res_html/contents_at_document_begin.html
=>
html_tests/contents_in_middle_chapter/res_html/contents_in_middle_chapter.html}
(55%)
copy tp/t/results/{sectioning/section_below_unnumbered.pl =>
html_tests/contents_in_middle_chapter_inline.pl} (59%)
copy
tp/t/results/{converters_tests/contents_at_document_begin_separate_element/res_html/contents_at_document_begin.html
=>
html_tests/contents_in_middle_chapter_inline/res_html/contents_in_middle_chapter.html}
(54%)
copy tp/t/results/{sectioning/section_below_unnumbered.pl =>
html_tests/contents_in_middle_chapter_separate_element.pl} (59%)
copy
tp/t/results/{converters_tests/contents_at_document_begin_separate_element/res_html/contents_at_document_begin.html
=>
html_tests/contents_in_middle_chapter_separate_element/res_html/contents_in_middle_chapter.html}
(57%)
delete mode 100644
tp/tests/contents/res_parser/contents_at_end/contents_at_end.1
delete mode 100644
tp/tests/contents/res_parser/contents_at_end/contents_at_end.2
delete mode 100644
tp/tests/contents/res_parser/contents_at_end/contents_at_end.html
delete mode 100644
tp/tests/contents/res_parser/contents_at_end_info/contents_at_end.1
delete mode 100644
tp/tests/contents/res_parser/contents_at_end_info/contents_at_end.2
delete mode 100644
tp/tests/contents/res_parser/contents_at_end_info/contents_at_end.info
delete mode 100644
tp/tests/contents/res_parser/contents_at_end_inline/contents_at_end.1
delete mode 100644
tp/tests/contents/res_parser/contents_at_end_inline/contents_at_end.2
delete mode 100644
tp/tests/contents/res_parser/contents_at_end_inline/contents_at_end.html
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter/contents_in_middle_chapter.1
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter/contents_in_middle_chapter.2
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter/contents_in_middle_chapter.html
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter_info/contents_in_middle_chapter.1
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter_info/contents_in_middle_chapter.2
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter_info/contents_in_middle_chapter.info
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter_inline/contents_in_middle_chapter.1
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter_inline/contents_in_middle_chapter.2
delete mode 100644
tp/tests/contents/res_parser/contents_in_middle_chapter_inline/contents_in_middle_chapter.html
delete mode 100755 tp/tests/test_scripts/contents_contents_at_end.sh
delete mode 100755 tp/tests/test_scripts/contents_contents_at_end_info.sh
delete mode 100755 tp/tests/test_scripts/contents_contents_at_end_inline.sh
delete mode 100755 tp/tests/test_scripts/contents_contents_in_middle_chapter.sh
delete mode 100755
tp/tests/test_scripts/contents_contents_in_middle_chapter_info.sh
delete mode 100755
tp/tests/test_scripts/contents_contents_in_middle_chapter_inline.sh
- master updated (70b072f3d9 -> 1bd4a1f206),
Patrice Dumas <=