texinfo-commits
[Top][All Lists]
Advanced

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

[7705] ignore spaces after sortas


From: gavinsmith0123
Subject: [7705] ignore spaces after sortas
Date: Sat, 1 Apr 2017 15:52:03 -0400 (EDT)

Revision: 7705
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7705
Author:   gavin
Date:     2017-04-01 15:52:03 -0400 (Sat, 01 Apr 2017)
Log Message:
-----------
ignore spaces after sortas

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/t/results/indices/explicit_sort_key.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-04-01 19:44:43 UTC (rev 7704)
+++ trunk/ChangeLog     2017-04-01 19:52:03 UTC (rev 7705)
@@ -1,5 +1,10 @@
 2017-04-01  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Parser.pm (%command_ignore_space_after): Add 
+       'sortas', in order to ignore spaces after its argument.
+
+2017-04-01  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Parser.pm (_parse_texi) <@sortas>: Check if inside 
        index entry differently.
 

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2017-04-01 19:44:43 UTC (rev 7704)
+++ trunk/tp/Texinfo/Parser.pm  2017-04-01 19:52:03 UTC (rev 7705)
@@ -271,7 +271,8 @@
 }
 
 my %command_ignore_space_after;
-foreach my $command ('anchor', 'hyphenation', 'caption', 'shortcaption') {
+foreach my $command ('anchor', 'hyphenation', 'caption', 'shortcaption',
+                     'sortas') {
   $command_ignore_space_after{$command} = 1;
 }
 

Modified: trunk/tp/t/results/indices/explicit_sort_key.pl
===================================================================
(Binary files differ)




reply via email to

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