texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (2014a4db13 -> 2aca2a00b5)


From: Patrice Dumas
Subject: master updated (2014a4db13 -> 2aca2a00b5)
Date: Fri, 24 May 2024 13:35:43 -0400 (EDT)

pertusus pushed a change to branch master.

    from 2014a4db13 * tp/Makefile.am, tp/t/test_utils.pl, tp/Texinfo/Tests.pm 
(compare_dirs_files, unlink_dir_files): add tp/Texinfo/Tests.pm for common code 
to be used in tests.
     new fea3e9851c * tp/Texinfo/Tests.pm (@EXPORT_OK, create_group_directory) 
(prepare_format_directories), tp/t/no_structure_test.t (_do_format_test_file): 
add a Package declaration in Texinfo/Tests.pm. Add create_group_directory, move 
_prepare_test_directory to Texinfo::Tests, renaming as 
prepare_format_directories.  Rename _run_file_test as _do_format_test_file.
     new 2aca2a00b5 * tp/Makefile.am (test_files), 
tp/t/input_files/first_file_same_parser.texi, 
tp/t/input_files/last_file_same_parser.texi, 
tp/t/input_files/next_file_same_parser.texi, tp/Makefile.tres, 
t/same_parser_multiple_files.t: add a special test of reused parser used to 
parser different files.


Summary of changes:
 ChangeLog                                          |  18 ++
 tp/Makefile.am                                     |   3 +
 tp/Makefile.tres                                   |   7 +
 tp/Texinfo/Tests.pm                                |  60 ++++++-
 tp/t/no_structure_test.t                           |  66 +++----
 .../res_html/chap.html                             |  54 ++++++
 .../res_html/index.html}                           |  27 ++-
 .../res_html/results.html                          |  75 ++++++++
 .../res_info/first_file_same_parser.info           | Bin 0 -> 779 bytes
 .../res_html/ichp.html}                            |  11 +-
 .../res_html/index.html                            |   9 +-
 .../res_info/last_file_same_parser.info            |  22 +++
 .../res_html/chap-for-next.html                    |  42 +++++
 .../res_html/index.html                            |  22 +--
 .../res_info/next_file_same_parser.info            |  32 ++++
 tp/t/same_parser_multiple_files.t                  | 189 +++++++++++++++++++++
 16 files changed, 560 insertions(+), 77 deletions(-)
 create mode 100644 
tp/t/results/same_parser_multiple_files/three_files_first_file_same_parser/res_html/chap.html
 copy tp/{tests/tex_html/res_parser/tex_not_closed/tex_not_closed.html => 
t/results/same_parser_multiple_files/three_files_first_file_same_parser/res_html/index.html}
 (60%)
 create mode 100644 
tp/t/results/same_parser_multiple_files/three_files_first_file_same_parser/res_html/results.html
 create mode 100644 
tp/t/results/same_parser_multiple_files/three_files_first_file_same_parser/res_info/first_file_same_parser.info
 copy 
tp/t/results/{formats_encodings/manual_simple_utf8_with_error/res_html/esseule.html
 => 
same_parser_multiple_files/three_files_last_file_same_parser/res_html/ichp.html}
 (68%)
 copy tp/t/results/{html_tests/contents_with_only_top_node => 
same_parser_multiple_files/three_files_last_file_same_parser}/res_html/index.html
 (81%)
 create mode 100644 
tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_info/last_file_same_parser.info
 create mode 100644 
tp/t/results/same_parser_multiple_files/three_files_next_file_same_parser/res_html/chap-for-next.html
 copy tp/t/results/{html_tests/empty_node_in_html_title_no_sec_name => 
same_parser_multiple_files/three_files_next_file_same_parser}/res_html/index.html
 (53%)
 create mode 100644 
tp/t/results/same_parser_multiple_files/three_files_next_file_same_parser/res_info/next_file_same_parser.info
 create mode 100644 tp/t/same_parser_multiple_files.t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]