texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Fri, 14 Jul 2023 20:31:05 -0400 (EDT)

branch: master
commit 1e5dce8f5afd1bb6d1a9b2275b923f8e028ba181
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jul 15 02:23:19 2023 +0200

    * tp/t/60macro.t: add spaces after bad macro specification argument.
---
 ChangeLog                          | 9 +++++++++
 tp/t/60macro.t                     | 2 +-
 tp/t/results/macro/bad_argument.pl | 8 ++++----
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ccc260ed40..246e6d0f58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-07-14  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/t/60macro.t: add spaces after bad macro specification argument.
+
+2023-07-14  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/HTML.pm (run_stage_handlers): do not output the
+       code handler reference, instead use an index to determine the handler.
+
 2023-07-14  Gavin Smith <gavinsmith0123@gmail.com>
 
        * NEWS: mention @linemacro
diff --git a/tp/t/60macro.t b/tp/t/60macro.t
index c270cb2599..67ccc43007 100644
--- a/tp/t/60macro.t
+++ b/tp/t/60macro.t
@@ -65,7 +65,7 @@ in macro
 in
 @end rmacro
 
-@macro aftername {ggg} more
+@macro aftername {ggg} more  
 in macro
 @end macro
 
diff --git a/tp/t/results/macro/bad_argument.pl 
b/tp/t/results/macro/bad_argument.pl
index b2fb2632c5..2e6b80235a 100644
--- a/tp/t/results/macro/bad_argument.pl
+++ b/tp/t/results/macro/bad_argument.pl
@@ -188,7 +188,7 @@ $result_trees{'bad_argument'} = {
             'invalid_syntax' => 1
           },
           'info' => {
-            'arg_line' => ' aftername {ggg} more
+            'arg_line' => ' aftername {ggg} more  
 '
           },
           'source_info' => {
@@ -271,7 +271,7 @@ in macro
 in
 @end rmacro
 
-@macro aftername {ggg} more
+@macro aftername {ggg} more  
 in macro
 @end macro
 
@@ -306,12 +306,12 @@ $result_errors{'bad_argument'} = [
     'type' => 'error'
   },
   {
-    'error_line' => 'bad syntax for @macro argument: more
+    'error_line' => 'bad syntax for @macro argument: more  
 ',
     'file_name' => '',
     'line_nr' => 9,
     'macro' => '',
-    'text' => 'bad syntax for @macro argument: more',
+    'text' => 'bad syntax for @macro argument: more  ',
     'type' => 'error'
   },
   {



reply via email to

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