texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Consistent test results


From: Gavin D. Smith
Subject: branch master updated: Consistent test results
Date: Tue, 31 May 2022 11:18:23 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new b0a3edab4b Consistent test results
b0a3edab4b is described below

commit b0a3edab4b54de30c77f17f0f6554935f9da0073
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue May 31 16:18:15 2022 +0100

    Consistent test results
    
    * tp/Texinfo/XS/parsetexi/api.c (element_to_perl_hash):
    Output empty contents array for ET_menu_entry_node, to
    be consistent with pure Perl module.
---
 ChangeLog                     | 8 ++++++++
 tp/Texinfo/XS/parsetexi/api.c | 1 +
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 262acb8209..3c610246d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-05-31  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       Consistent test results
+
+       * tp/Texinfo/XS/parsetexi/api.c (element_to_perl_hash):
+       Output empty contents array for ET_menu_entry_node, to
+       be consistent with pure Perl module.
+
 2022-05-30  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.tex: Give vertical tab the category code
diff --git a/tp/Texinfo/XS/parsetexi/api.c b/tp/Texinfo/XS/parsetexi/api.c
index 742bc9425a..8ff0879676 100644
--- a/tp/Texinfo/XS/parsetexi/api.c
+++ b/tp/Texinfo/XS/parsetexi/api.c
@@ -366,6 +366,7 @@ element_to_perl_hash (ELEMENT *e)
       || e->cmd == CM_macro
       || e->cmd == CM_multitable
       || e->type == ET_menu_entry_name
+      || e->type == ET_menu_entry_node
       || e->type == ET_menu_entry_description
       || e->type == ET_brace_command_arg
       || e->type == ET_brace_command_context



reply via email to

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