Commit 42b79c31 authored by Andreas Jung's avatar Andreas Jung

added some more tests

parent f1fb51a5
<html>
<head>
<title>Test</title>
</head>
<body>
<h1>Test</h1>
<p> For instance:
<pre>
&lt;table border="0"&gt;
&lt;tr&gt;&lt;td&gt;blabla&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
</pre>
</p>
</body>
</html>
Test
For instance::
<table border="0">
<tr><td>blabla</td></tr>
</table>
<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>
|-------------------------------------------------|
| Function | Documentation |
|=================================================|
| '__str__' | This method converts the |
| | the object to a string. |
| | |
| | - Blah |
| | |
| | - Blaf |
| | |
| | |--------------------------| |
| | | Name | Favorite | |
| | | | Color | |
| | |==========================| |
| | | Jim | Red | |
| | |--------------------------| |
| | | John | Blue | |
| | |--------------------------| |
|-------------------------------------------------|
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment