texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html ChangeLog NEWS texi2html.init Tests/t...


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog NEWS texi2html.init Tests/t...
Date: Tue, 02 Oct 2007 09:17:09 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        07/10/02 09:17:09

Modified files:
        .              : ChangeLog NEWS texi2html.init 
        Tests          : test.sh 
        Tests/formatting_res: formats_in_menu.html html_not_closed.html 
                              imbrications.html menus.html 
                              menus_simple.html symbol_after_block.html 
                              verbatim_html.html 
        Tests/sectionning_res: macro_in_menu.html 
Added files:
        Tests/formatting: block_EOL.texi 
        Tests/formatting_res: block_EOL.2 block_EOL.html 
                              block_EOL.passfirst block_EOL.passtexi 

Log message:
                * texi2html.init: remove trailing new line in @html block 
(report 
                from Graham Percival).
                * Tests/formatting/block_EOL.texi: test for end of lines in raw
                block formatting.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.272&r2=1.273
http://cvs.savannah.gnu.org/viewcvs/texi2html/NEWS?cvsroot=texi2html&r1=1.65&r2=1.66
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.init?cvsroot=texi2html&r1=1.121&r2=1.122
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/test.sh?cvsroot=texi2html&r1=1.72&r2=1.73
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting/block_EOL.texi?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/formats_in_menu.html?cvsroot=texi2html&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/html_not_closed.html?cvsroot=texi2html&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/imbrications.html?cvsroot=texi2html&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/menus.html?cvsroot=texi2html&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/menus_simple.html?cvsroot=texi2html&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/symbol_after_block.html?cvsroot=texi2html&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/verbatim_html.html?cvsroot=texi2html&r1=1.42&r2=1.43
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/block_EOL.2?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/block_EOL.html?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/block_EOL.passfirst?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/block_EOL.passtexi?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/sectionning_res/macro_in_menu.html?cvsroot=texi2html&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -b -r1.272 -r1.273
--- ChangeLog   1 Oct 2007 10:41:59 -0000       1.272
+++ ChangeLog   2 Oct 2007 09:17:06 -0000       1.273
@@ -1,3 +1,10 @@
+2007-10-02  Patrice Dumas  <address@hidden>
+
+       * texi2html.init: remove trailing new line in @html block (report 
+       from Graham Percival).
+       * Tests/formatting/block_EOL.texi: test for end of lines in raw
+       block formatting.
+
 2007-10-01  Patrice Dumas  <address@hidden>
 
        * texi2html.pl, texi2html.init: Handle @end commands entered as
@@ -6,7 +13,7 @@
        when there is no reason to.
        Handle right @end block commands followed by something else than a
        spacing character (report from Graham Percival).
-       * Test/Formatting/symbol_after_block.texi: test for symbols after
+       * Tests/formatting/symbol_after_block.texi: test for symbols after
        @end block commands.
 
 2007-09-30  Patrice Dumas  <address@hidden>

Index: NEWS
===================================================================
RCS file: /cvsroot/texi2html/texi2html/NEWS,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- NEWS        1 Oct 2007 10:41:59 -0000       1.65
+++ NEWS        2 Oct 2007 09:17:06 -0000       1.66
@@ -40,6 +40,8 @@
 * Handle right @end block commands follwed by something else than a 
   spacing character.
 
+* Remove trailing end of line in @html block.
+
 1.78 (2007-06-05)
 
 * NEW FEATURES

Index: texi2html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.init,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -b -r1.121 -r1.122
--- texi2html.init      1 Oct 2007 10:41:59 -0000       1.121
+++ texi2html.init      2 Oct 2007 09:17:06 -0000       1.122
@@ -12,7 +12,7 @@
 # Afterwards, load the file with command-line 
 # option -init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.121 2007/10/01 10:41:59 pertusus Exp $
+# $Id: texi2html.init,v 1.122 2007/10/02 09:17:06 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -4536,6 +4536,7 @@
     }
     elsif ($style eq 'html')
     {
+        chomp ($text);
         return $text;
     }
     else

Index: Tests/test.sh
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/test.sh,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- Tests/test.sh       1 Oct 2007 11:26:57 -0000       1.72
+++ Tests/test.sh       2 Oct 2007 09:17:06 -0000       1.73
@@ -277,6 +277,7 @@
 test_texi formatting complex_command_in_simple_command.texi
 test_texi formatting verbatim_html.texi "-l2h -expand tex" 16
 test_texi formatting symbol_after_block.texi
+test_texi formatting block_EOL.texi
 test_texi formatting center.texi
 test_texi formatting tables.texi
 test_texi formatting tex.texi "-l2h -expand tex" "no"

Index: Tests/formatting_res/formats_in_menu.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/formatting_res/formats_in_menu.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- Tests/formatting_res/formats_in_menu.html   6 May 2007 12:57:06 -0000       
1.21
+++ Tests/formatting_res/formats_in_menu.html   2 Oct 2007 09:17:08 -0000       
1.22
@@ -62,8 +62,7 @@
 </pre></th></tr><tr><td align="left" valign="top"><a 
href="info.html#Top">&bull; (info)</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top"> before verbatim <pre class="verbatim">some @ verb{' 
atim
 * (texinfo):: in @ verbatim
 </pre></td></tr>
-<tr><td align="left" valign="top"><a href="manual2.html#Top">&bull; 
(manual2)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> $<i></i>
-</td></tr>
+<tr><td align="left" valign="top"><a href="manual2.html#Top">&bull; 
(manual2)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
$<i></i></td></tr>
 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">Log$
 </pre></th></tr><tr><td align="left" valign="top"><a 
href="truc.html#Top">&bull; (truc)</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top"> <acronym>description
 acronym</acronym>

Index: Tests/formatting_res/html_not_closed.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/formatting_res/html_not_closed.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- Tests/formatting_res/html_not_closed.html   6 May 2007 12:57:06 -0000       
1.14
+++ Tests/formatting_res/html_not_closed.html   2 Oct 2007 09:17:08 -0000       
1.15
@@ -51,7 +51,6 @@
 <address> my address </address>
 
 
-
 <hr size="1">
 <p>
  <font size="-1">

Index: Tests/formatting_res/imbrications.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/formatting_res/imbrications.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- Tests/formatting_res/imbrications.html      6 May 2007 12:57:06 -0000       
1.34
+++ Tests/formatting_res/imbrications.html      2 Oct 2007 09:17:08 -0000       
1.35
@@ -181,7 +181,6 @@
 
 <table><tr><td>&nbsp;</td><td><pre class="example">
 Some html <code>some code</code>.
-
 after html in example
 
 
@@ -285,7 +284,6 @@
 in menu comment
 html
 <cite>cite me</cite> a cite in html
-
 </pre></th></tr><tr><td><pre class="menu-preformatted"><a href="#SEC5">&bull; 
a menu name:other node</a>.</pre><pre class="menu-preformatted"> 
       description of other
       node

Index: Tests/formatting_res/menus.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/formatting_res/menus.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Tests/formatting_res/menus.html     7 May 2007 22:56:03 -0000       1.8
+++ Tests/formatting_res/menus.html     2 Oct 2007 09:17:08 -0000       1.9
@@ -80,8 +80,7 @@
 </pre></th></tr><tr><td align="left" valign="top"><a 
href="info.html#Top">&bull; (info)</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top"> before verbatim <pre class="verbatim">some @ verb{' 
atim
 * (texinfo):: in @ verbatim
 </pre></td></tr>
-<tr><td align="left" valign="top"><a href="manual2.html#Top">&bull; 
(manual2)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> $<i></i>
-</td></tr>
+<tr><td align="left" valign="top"><a href="manual2.html#Top">&bull; 
(manual2)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
$<i></i></td></tr>
 <tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">Log$
 </pre></th></tr><tr><td align="left" valign="top"><a 
href="truc.html#Top">&bull; (truc)</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top"> <acronym>description
 acronym</acronym>

Index: Tests/formatting_res/menus_simple.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/formatting_res/menus_simple.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Tests/formatting_res/menus_simple.html      7 May 2007 22:56:03 -0000       
1.8
+++ Tests/formatting_res/menus_simple.html      2 Oct 2007 09:17:09 -0000       
1.9
@@ -71,8 +71,7 @@
 comment
 <a href="info.html#Top">&bull; (info)</a>:: before verbatim </pre><pre 
class="verbatim">some @ verb{' atim
 * (texinfo):: in @ verbatim
-</pre><pre class="menu-preformatted"><a href="manual2.html#Top">&bull; 
(manual2)</a>:: $<i></i>
-Log$
+</pre><pre class="menu-preformatted"><a href="manual2.html#Top">&bull; 
(manual2)</a>:: $<i></i>Log$
 <a href="truc.html#Top">&bull; (truc)</a>:: <acronym>description
 acronym</acronym>
 </pre><p>After menu

Index: Tests/formatting_res/symbol_after_block.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/formatting_res/symbol_after_block.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Tests/formatting_res/symbol_after_block.html        1 Oct 2007 10:42:01 
-0000       1.1
+++ Tests/formatting_res/symbol_after_block.html        2 Oct 2007 09:17:09 
-0000       1.2
@@ -50,11 +50,9 @@
 
 <p>Html:
 </p>
-In html
-. On the line.
+In html. On the line.
 
-In html
-@ On the line.
+In html@ On the line.
 
 <p>Verbatim:
 </p>

Index: Tests/formatting_res/verbatim_html.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/formatting_res/verbatim_html.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- Tests/formatting_res/verbatim_html.html     1 Oct 2007 10:42:02 -0000       
1.42
+++ Tests/formatting_res/verbatim_html.html     2 Oct 2007 09:17:09 -0000       
1.43
@@ -177,22 +177,19 @@
 </pre>
 
 <p>Now html  <b>
-some html </b> 
- bidule ignored
+some html </b>  bidule ignored
 </p>
 <p>@end html begins the line, and there must be exactly one space between @end
 and html and thing following @end html are ignored in info. Strangely
 the empty line following @end html is ignored but spaces are inserted.
 </p>
 <p>Now html valid for TeX  <b>
-some html </b> 
-Some text one the line following @end html
+some html </b> Some text one the line following @end html
 </p>
 <p>And html on it's own line
 </p>
 <tt> an html tt</tt>
 
-
 <p>A sc: <small>IEEE</small>, and another one in example:
 </p><table><tr><td>&nbsp;</td><td><pre class="example">AEEI
 </pre></td></tr></table>

Index: Tests/sectionning_res/macro_in_menu.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/sectionning_res/macro_in_menu.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- Tests/sectionning_res/macro_in_menu.html    6 May 2007 12:57:07 -0000       
1.19
+++ Tests/sectionning_res/macro_in_menu.html    2 Oct 2007 09:17:09 -0000       
1.20
@@ -45,8 +45,7 @@
 <h1 class="node"> Top </h1>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="gcc.html#Top">&bull; 
(gcc)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> bidule
-</td></tr>
+<tr><td align="left" valign="top"><a href="gcc.html#Top">&bull; 
(gcc)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
bidule</td></tr>
 </table>
 
 <p>Some text.

Index: Tests/formatting/block_EOL.texi
===================================================================
RCS file: Tests/formatting/block_EOL.texi
diff -N Tests/formatting/block_EOL.texi
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Tests/formatting/block_EOL.texi     2 Oct 2007 09:17:07 -0000       1.1
@@ -0,0 +1,95 @@
+\input texinfo @c -*-texinfo-*-
+
address@hidden block_EOL.info
+
address@hidden Top
address@hidden Test for end of lines and block commands
+
address@hidden html
+
+Block commands on a line
address@hidden
+in block
+in block l2
address@hidden html
+end commands on a line.
+
+Block commands on a line. A dot in the end of the block
address@hidden
+in block
+in block l2.
address@hidden html
+end commands on a line, after the block with a dot.
+
+Before the opening command @html
+in block
address@hidden html
+end commands on a line.
+
+Before the opening command @html
+in block
address@hidden html after the closing command.
+
+Before the opening command @html
+in block
address@hidden html
+. A symbol on a line.
+
+Before the opening command @html
+in block
address@hidden html. A symbol after the closing command.
+
address@hidden tex
+
+Block commands on a line
address@hidden
+in block
address@hidden tex
+end commands on a line.
+
+Before the opening command @tex
+in block
address@hidden tex
+end commands on a line.
+
+Before the opening command @tex
+in block
address@hidden tex after the closing command.
+
+Before the opening command @tex
+in block
address@hidden tex
+. A symbol on a line.
+
+Before the opening command @tex
+in block
address@hidden tex. A symbol after the closing command.
+
+
address@hidden verbatim
+
+Block commands on a line
address@hidden
+in block
address@hidden verbatim
+end commands on a line.
+
+Before the opening command @verbatim
+in block
address@hidden verbatim
+end commands on a line.
+
+Before the opening command @verbatim
+in block
address@hidden verbatim after the closing command.
+
+Before the opening command @verbatim
+in block
address@hidden verbatim
+. A symbol on a line.
+
+Before the opening command @verbatim
+in block
address@hidden verbatim. A symbol after the closing command.
+
address@hidden

Index: Tests/formatting_res/block_EOL.2
===================================================================
RCS file: Tests/formatting_res/block_EOL.2
diff -N Tests/formatting_res/block_EOL.2

Index: Tests/formatting_res/block_EOL.html
===================================================================
RCS file: Tests/formatting_res/block_EOL.html
diff -N Tests/formatting_res/block_EOL.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Tests/formatting_res/block_EOL.html 2 Oct 2007 09:17:07 -0000       1.1
@@ -0,0 +1,110 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
+<html>
+<!-- Created on a sunny day by texi2html -->
+<!--
+Written by: Lionel Cons <address@hidden> (original author)
+            Karl Berry  <address@hidden>
+            Olaf Bachmann <address@hidden>
+            and many others.
+Maintained by: Many creative people.
+Send bugs and suggestions to <address@hidden>
+
+-->
+<head>
+<title>Untitled Document</title>
+
+<meta name="description" content="Untitled Document">
+<meta name="keywords" content="Untitled Document">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2html">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+pre.display {font-family: serif}
+pre.format {font-family: serif}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: serif; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: serif; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.roman {font-family:serif; font-weight:normal;}
+span.sansserif {font-family:sans-serif; font-weight:normal;}
+ul.toc {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
+
+<a name="Top"></a>
+<a name="SEC_Top"></a>
+<h1 class="unnumbered"> Test for end of lines and block commands </h1>
+
+<a name="SEC1"></a>
+<h2 class="heading"> html </h2>
+
+<p>Block commands on a line
+in block
+in block l2end commands on a line.
+</p>
+<p>Block commands on a line. A dot in the end of the block
+in block
+in block l2.end commands on a line, after the block with a dot.
+</p>
+<p>Before the opening command in blockend commands on a line.
+</p>
+<p>Before the opening command in block after the closing command.
+</p>
+<p>Before the opening command in block. A symbol on a line.
+</p>
+<p>Before the opening command in block. A symbol after the closing command.
+</p>
+<a name="SEC2"></a>
+<h2 class="heading"> tex </h2>
+
+<p>Block commands on a line
+end commands on a line.
+</p>
+<p>Before the opening command end commands on a line.
+</p>
+<p>Before the opening command  after the closing command.
+</p>
+<p>Before the opening command . A symbol on a line.
+</p>
+<p>Before the opening command . A symbol after the closing command.
+</p>
+
+<a name="SEC3"></a>
+<h2 class="heading"> verbatim </h2>
+
+<p>Block commands on a line
+</p><pre class="verbatim">in block
+</pre><p>end commands on a line.
+</p>
+<p>Before the opening command </p><pre class="verbatim">in block
+</pre><p>end commands on a line.
+</p>
+<p>Before the opening command </p><pre class="verbatim">in block
+</pre> after the closing command.
+
+<p>Before the opening command </p><pre class="verbatim">in block
+</pre><p>. A symbol on a line.
+</p>
+<p>Before the opening command </p><pre class="verbatim">in block
+</pre>. A symbol after the closing command.
+
+<hr size="1">
+<p>
+ <font size="-1">
+  This document was generated by <em>a tester</em> on <em>a sunny day</em> 
using <a href="http://www.nongnu.org/texi2html/";><em>texi2html</em></a>.
+ </font>
+ <br>
+
+</p>
+</body>
+</html>

Index: Tests/formatting_res/block_EOL.passfirst
===================================================================
RCS file: Tests/formatting_res/block_EOL.passfirst
diff -N Tests/formatting_res/block_EOL.passfirst
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Tests/formatting_res/block_EOL.passfirst    2 Oct 2007 09:17:08 -0000       
1.1
@@ -0,0 +1,81 @@
+block_EOL.texi(,2) 
+block_EOL.texi(,3) @setfilename block_EOL.info
+block_EOL.texi(,4) 
+block_EOL.texi(,5) @node Top
+block_EOL.texi(,6) @top Test for end of lines and block commands
+block_EOL.texi(,7) 
+block_EOL.texi(,8) @heading html
+block_EOL.texi(,9) 
+block_EOL.texi(,10) Block commands on a line
+block_EOL.texi(,11) @html
+block_EOL.texi(,12) in block
+block_EOL.texi(,13) in block l2
+block_EOL.texi(,14) @end html
+block_EOL.texi(,15) end commands on a line.
+block_EOL.texi(,16) 
+block_EOL.texi(,17) Block commands on a line. A dot in the end of the block
+block_EOL.texi(,18) @html
+block_EOL.texi(,19) in block
+block_EOL.texi(,20) in block l2.
+block_EOL.texi(,21) @end html
+block_EOL.texi(,22) end commands on a line, after the block with a dot.
+block_EOL.texi(,23) 
+block_EOL.texi(,24) Before the opening command @html
+block_EOL.texi(,25) in block
+block_EOL.texi(,26) @end html
+block_EOL.texi(,27) end commands on a line.
+block_EOL.texi(,28) 
+block_EOL.texi(,29) Before the opening command @html
+block_EOL.texi(,30) in block
+block_EOL.texi(,31) @end html after the closing command.
+block_EOL.texi(,32) 
+block_EOL.texi(,33) Before the opening command @html
+block_EOL.texi(,34) in block
+block_EOL.texi(,35) @end html
+block_EOL.texi(,36) . A symbol on a line.
+block_EOL.texi(,37) 
+block_EOL.texi(,38) Before the opening command @html
+block_EOL.texi(,39) in block
+block_EOL.texi(,40) @end html. A symbol after the closing command.
+block_EOL.texi(,41) 
+block_EOL.texi(,42) @heading tex
+block_EOL.texi(,43) 
+block_EOL.texi(,44) Block commands on a line
+block_EOL.texi(,48) end commands on a line.
+block_EOL.texi(,49) 
+block_EOL.texi(,53) Before the opening command end commands on a line.
+block_EOL.texi(,54) 
+block_EOL.texi(,57) Before the opening command  after the closing command.
+block_EOL.texi(,58) 
+block_EOL.texi(,62) Before the opening command . A symbol on a line.
+block_EOL.texi(,63) 
+block_EOL.texi(,66) Before the opening command . A symbol after the closing 
command.
+block_EOL.texi(,67) 
+block_EOL.texi(,68) 
+block_EOL.texi(,69) @heading verbatim
+block_EOL.texi(,70) 
+block_EOL.texi(,71) Block commands on a line
+block_EOL.texi(,72) @verbatim
+block_EOL.texi(,73) in block
+block_EOL.texi(,74) @end verbatim
+block_EOL.texi(,75) end commands on a line.
+block_EOL.texi(,76) 
+block_EOL.texi(,77) Before the opening command @verbatim
+block_EOL.texi(,78) in block
+block_EOL.texi(,79) @end verbatim
+block_EOL.texi(,80) end commands on a line.
+block_EOL.texi(,81) 
+block_EOL.texi(,82) Before the opening command @verbatim
+block_EOL.texi(,83) in block
+block_EOL.texi(,84) @end verbatim after the closing command.
+block_EOL.texi(,85) 
+block_EOL.texi(,86) Before the opening command @verbatim
+block_EOL.texi(,87) in block
+block_EOL.texi(,88) @end verbatim
+block_EOL.texi(,89) . A symbol on a line.
+block_EOL.texi(,90) 
+block_EOL.texi(,91) Before the opening command @verbatim
+block_EOL.texi(,92) in block
+block_EOL.texi(,93) @end verbatim. A symbol after the closing command.
+block_EOL.texi(,94) 
+block_EOL.texi(,95) @bye

Index: Tests/formatting_res/block_EOL.passtexi
===================================================================
RCS file: Tests/formatting_res/block_EOL.passtexi
diff -N Tests/formatting_res/block_EOL.passtexi
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Tests/formatting_res/block_EOL.passtexi     2 Oct 2007 09:17:08 -0000       
1.1
@@ -0,0 +1,81 @@
+block_EOL.texi(,2) 
+block_EOL.texi(,3) @setfilename block_EOL.info
+block_EOL.texi(,4) 
+block_EOL.texi(,5) @node Top
+block_EOL.texi(,6) @top Test for end of lines and block commands
+block_EOL.texi(,7) 
+block_EOL.texi(,8) @heading html
+block_EOL.texi(,9) 
+block_EOL.texi(,10) Block commands on a line
+block_EOL.texi(,11) @html
+block_EOL.texi(,12) in block
+block_EOL.texi(,13) in block l2
+block_EOL.texi(,14) @end html
+block_EOL.texi(,15) end commands on a line.
+block_EOL.texi(,16) 
+block_EOL.texi(,17) Block commands on a line. A dot in the end of the block
+block_EOL.texi(,18) @html
+block_EOL.texi(,19) in block
+block_EOL.texi(,20) in block l2.
+block_EOL.texi(,21) @end html
+block_EOL.texi(,22) end commands on a line, after the block with a dot.
+block_EOL.texi(,23) 
+block_EOL.texi(,24) Before the opening command @html
+block_EOL.texi(,25) in block
+block_EOL.texi(,26) @end html
+block_EOL.texi(,27) end commands on a line.
+block_EOL.texi(,28) 
+block_EOL.texi(,29) Before the opening command @html
+block_EOL.texi(,30) in block
+block_EOL.texi(,31) @end html after the closing command.
+block_EOL.texi(,32) 
+block_EOL.texi(,33) Before the opening command @html
+block_EOL.texi(,34) in block
+block_EOL.texi(,35) @end html
+block_EOL.texi(,36) . A symbol on a line.
+block_EOL.texi(,37) 
+block_EOL.texi(,38) Before the opening command @html
+block_EOL.texi(,39) in block
+block_EOL.texi(,40) @end html. A symbol after the closing command.
+block_EOL.texi(,41) 
+block_EOL.texi(,42) @heading tex
+block_EOL.texi(,43) 
+block_EOL.texi(,44) Block commands on a line
+block_EOL.texi(,48) end commands on a line.
+block_EOL.texi(,49) 
+block_EOL.texi(,53) Before the opening command block_EOL.texi(,53) end 
commands on a line.
+block_EOL.texi(,54) 
+block_EOL.texi(,57) Before the opening command block_EOL.texi(,57)  after the 
closing command.
+block_EOL.texi(,58) 
+block_EOL.texi(,62) Before the opening command block_EOL.texi(,62) . A symbol 
on a line.
+block_EOL.texi(,63) 
+block_EOL.texi(,66) Before the opening command block_EOL.texi(,66) . A symbol 
after the closing command.
+block_EOL.texi(,67) 
+block_EOL.texi(,68) 
+block_EOL.texi(,69) @heading verbatim
+block_EOL.texi(,70) 
+block_EOL.texi(,71) Block commands on a line
+block_EOL.texi(,72) @verbatim
+block_EOL.texi(,73) in block
+block_EOL.texi(,74) @end verbatim
+block_EOL.texi(,75) end commands on a line.
+block_EOL.texi(,76) 
+block_EOL.texi(,77) Before the opening command @verbatim
+block_EOL.texi(,78) in block
+block_EOL.texi(,79) @end verbatim
+block_EOL.texi(,80) end commands on a line.
+block_EOL.texi(,81) 
+block_EOL.texi(,82) Before the opening command @verbatim
+block_EOL.texi(,83) in block
+block_EOL.texi(,84) @end verbatim after the closing command.
+block_EOL.texi(,85) 
+block_EOL.texi(,86) Before the opening command @verbatim
+block_EOL.texi(,87) in block
+block_EOL.texi(,88) @end verbatim
+block_EOL.texi(,89) . A symbol on a line.
+block_EOL.texi(,90) 
+block_EOL.texi(,91) Before the opening command @verbatim
+block_EOL.texi(,92) in block
+block_EOL.texi(,93) @end verbatim. A symbol after the closing command.
+block_EOL.texi(,94) 
+block_EOL.texi(,95) @bye




reply via email to

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