texinfo-commits
[Top][All Lists]
Advanced

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

[5274] form feed may appear in perl string, so use perl string for test,


From: Patrice Dumas
Subject: [5274] form feed may appear in perl string, so use perl string for test, and
Date: Tue, 06 Aug 2013 17:16:14 +0000

Revision: 5274
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5274
Author:   pertusus
Date:     2013-08-06 17:16:13 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
form feed may appear in perl string, so use perl string for test, and
not a file.

Modified Paths:
--------------
    trunk/tp/t/60macro.t
    trunk/tp/t/results/macro/form_feeds.pl

Removed Paths:
-------------
    trunk/tp/t/input_files/macros_form_feed.texi

Modified: trunk/tp/t/60macro.t
===================================================================
--- trunk/tp/t/60macro.t        2013-08-06 17:09:29 UTC (rev 5273)
+++ trunk/tp/t/60macro.t        2013-08-06 17:16:13 UTC (rev 5274)
@@ -955,7 +955,19 @@
 @mymacro{}
 ', {'MACRO_BODY_IGNORES_LEADING_SPACE' => 1}],
 ['form_feeds',
-undef, {'test_file' => 'macros_form_feed.texi'}
+'@macro mymacro{a, b}
+f \a\ n \b\
address@hidden macro
+
address@hidden oneargmacro{c}
+g \c\ v
address@hidden macro
+
address@hidden  {  arg1, arg2}
+
address@hidden   address@hidden
+
+'
 ],
 );
 

Deleted: trunk/tp/t/input_files/macros_form_feed.texi
===================================================================
--- trunk/tp/t/input_files/macros_form_feed.texi        2013-08-06 17:09:29 UTC 
(rev 5273)
+++ trunk/tp/t/input_files/macros_form_feed.texi        2013-08-06 17:16:13 UTC 
(rev 5274)
@@ -1,12 +0,0 @@
address@hidden mymacro{a, b}
-f \a\ n \b\
address@hidden macro
-
address@hidden oneargmacro{c}
-g \c\ v
address@hidden macro
-
address@hidden  {  arg1, arg2}
-
address@hidden   address@hidden
-

Modified: trunk/tp/t/results/macro/form_feeds.pl
===================================================================
--- trunk/tp/t/results/macro/form_feeds.pl      2013-08-06 17:09:29 UTC (rev 
5273)
+++ trunk/tp/t/results/macro/form_feeds.pl      2013-08-06 17:16:13 UTC (rev 
5274)
@@ -59,7 +59,7 @@
         }
       },
       'line_nr' => {
-        'file_name' => 'macros_form_feed.texi',
+        'file_name' => '',
         'line_nr' => 1,
         'macro' => ''
       },
@@ -118,7 +118,7 @@
         }
       },
       'line_nr' => {
-        'file_name' => 'macros_form_feed.texi',
+        'file_name' => '',
         'line_nr' => 5,
         'macro' => ''
       },




reply via email to

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