[Zope-Checkins] CVS: Zope/lib/python/StructuredText/regressions - examples1.ref:1.1 examples1.stx:1.1 table.ref:1.1 table.stx:1.1
Andreas Jung
andreas@zope.com
Mon, 8 Oct 2001 14:31:08 -0400
Update of /cvs-repository/Zope/lib/python/StructuredText/regressions
In directory cvs.zope.org:/tmp/cvs-serv1879/regressions
Added Files:
examples1.ref examples1.stx table.ref table.stx
Log Message:
added some more tests
=== Added File Zope/lib/python/StructuredText/regressions/examples1.ref ===
<html>
<head>
<title>Test</title>
</head>
<body>
<h1>Test</h1>
<p> For instance:
<pre>
<table border="0">
<tr><td>blabla</td></tr>
</table>
</pre>
</p>
</body>
</html>
=== Added File Zope/lib/python/StructuredText/regressions/examples1.stx ===
Test
For instance::
<table border="0">
<tr><td>blabla</td></tr>
</table>
=== Added File Zope/lib/python/StructuredText/regressions/table.ref ===
<html>
<body>
<table border=1 cellpadding=2>
<tr>
<th colspan=1 align=left valign=middle><p> Function </p>
</th>
<th colspan=1 align=left valign=middle><p> Documentation </p>
</th>
</tr>
<tr>
<td colspan=1 align=left valign=top><p> '_<u>str</u>_' </p>
</td>
<td colspan=1 align=left valign=middle><p> This method converts the
the object to a string. </p>
<ul>
<li><p>Blah </p></li>
<li><p>Blaf <table border=1 cellpadding=2>
<tr>
<th colspan=1 align=center valign=top><p> Name </p>
</th>
<th colspan=1 align=left valign=middle><p> Favorite
Color </p>
</th>
</tr>
<tr>
<td colspan=1 align=left valign=middle><p> Jim </p>
</td>
<td colspan=1 align=center valign=middle><p> Red </p>
</td>
</tr>
<tr>
<td colspan=1 align=left valign=middle><p> John </p>
</td>
<td colspan=1 align=center valign=middle><p> Blue </p>
</td>
</tr>
</table>
</p></li>
</ul>
</td>
</tr>
</table>
</body>
</html>
=== Added File Zope/lib/python/StructuredText/regressions/table.stx ===
|-------------------------------------------------|
| Function | Documentation |
|=================================================|
| '__str__' | This method converts the |
| | the object to a string. |
| | |
| | - Blah |
| | |
| | - Blaf |
| | |
| | |--------------------------| |
| | | Name | Favorite | |
| | | | Color | |
| | |==========================| |
| | | Jim | Red | |
| | |--------------------------| |
| | | John | Blue | |
| | |--------------------------| |
|-------------------------------------------------|