[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (72f87f1bd0 -> 8d448f230d)
From: |
Patrice Dumas |
Subject: |
master updated (72f87f1bd0 -> 8d448f230d) |
Date: |
Tue, 16 Apr 2024 18:51:53 -0400 (EDT) |
pertusus pushed a change to branch master.
from 72f87f1bd0 * tp/Texinfo/XS/main/targets.c
(add_element_to_identifiers_target): set is_target extra information.
new 02d32938d9 Add Pod-Simple-Texinfo manual test.
new 8d448f230d * Pod-Simple-Texinfo/Makefile.am (test_files, EXTRA_DIST),
Pod-Simple-Texinfo/test_scripts/*.sh: add tests of pod2texi.pl, based on tests
formerly in manual_tests.
Summary of changes:
.gitignore | 3 +
ChangeLog | 6 ++
Pod-Simple-Texinfo/Makefile.am | 7 ++-
Pod-Simple-Texinfo/TODO | 10 ---
.../manual_tests/manual_sectioning_gap_test.sh | 15 -----
.../manual_tests/test_ref_to_unknown.sh | 9 ---
.../test_scripts/manual_sectioning_gap_test.sh | 72 ++++++++++++++++++++++
.../test_scripts/test_empty_head2.sh | 44 +++++++++++++
.../test_scripts/test_ref_to_unknown.sh | 44 +++++++++++++
.../{manual_tests => tests}/Module1.pod | 0
.../{manual_tests => tests}/Module2.pod | 0
Pod-Simple-Texinfo/tests/empty_head2.pod | 8 +++
.../{manual_tests => tests}/ref_to_unknown.pod | 0
.../{manual_tests => tests}/reference_Th1.texi | 0
.../reference_includes/Module1.texi | 0
.../reference_includes/Module2.texi | 0
.../reference_modules_main.texi | 4 +-
.../reference_ref_to_unknown.texi | 0
.../reference_sectioning_gap.texi | 2 +-
.../tests/reference_test_empty_head2.texi | 21 +++++++
.../{manual_tests => tests}/sectioning_gap.pod | 0
21 files changed, 206 insertions(+), 39 deletions(-)
delete mode 100755
Pod-Simple-Texinfo/manual_tests/manual_sectioning_gap_test.sh
delete mode 100755 Pod-Simple-Texinfo/manual_tests/test_ref_to_unknown.sh
create mode 100755
Pod-Simple-Texinfo/test_scripts/manual_sectioning_gap_test.sh
create mode 100755 Pod-Simple-Texinfo/test_scripts/test_empty_head2.sh
create mode 100755 Pod-Simple-Texinfo/test_scripts/test_ref_to_unknown.sh
rename Pod-Simple-Texinfo/{manual_tests => tests}/Module1.pod (100%)
rename Pod-Simple-Texinfo/{manual_tests => tests}/Module2.pod (100%)
create mode 100644 Pod-Simple-Texinfo/tests/empty_head2.pod
rename Pod-Simple-Texinfo/{manual_tests => tests}/ref_to_unknown.pod (100%)
rename Pod-Simple-Texinfo/{manual_tests => tests}/reference_Th1.texi (100%)
rename Pod-Simple-Texinfo/{manual_tests =>
tests}/reference_includes/Module1.texi (100%)
rename Pod-Simple-Texinfo/{manual_tests =>
tests}/reference_includes/Module2.texi (100%)
rename Pod-Simple-Texinfo/{manual_tests => tests}/reference_modules_main.texi
(83%)
rename Pod-Simple-Texinfo/{manual_tests =>
tests}/reference_ref_to_unknown.texi (100%)
rename Pod-Simple-Texinfo/{manual_tests =>
tests}/reference_sectioning_gap.texi (89%)
create mode 100644 Pod-Simple-Texinfo/tests/reference_test_empty_head2.texi
rename Pod-Simple-Texinfo/{manual_tests => tests}/sectioning_gap.pod (100%)
- master updated (72f87f1bd0 -> 8d448f230d),
Patrice Dumas <=