Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
42b79c31
Commit
42b79c31
authored
Oct 08, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some more tests
parent
f1fb51a5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
91 additions
and
0 deletions
+91
-0
lib/python/StructuredText/regressions/examples1.ref
lib/python/StructuredText/regressions/examples1.ref
+16
-0
lib/python/StructuredText/regressions/examples1.stx
lib/python/StructuredText/regressions/examples1.stx
+9
-0
lib/python/StructuredText/regressions/table.ref
lib/python/StructuredText/regressions/table.ref
+47
-0
lib/python/StructuredText/regressions/table.stx
lib/python/StructuredText/regressions/table.stx
+19
-0
No files found.
lib/python/StructuredText/regressions/examples1.ref
0 → 100644
View file @
42b79c31
<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>
lib/python/StructuredText/regressions/examples1.stx
0 → 100644
View file @
42b79c31
Test
For instance::
<table border="0">
<tr><td>blabla</td></tr>
</table>
lib/python/StructuredText/regressions/table.ref
0 → 100644
View file @
42b79c31
<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>
lib/python/StructuredText/regressions/table.stx
0 → 100644
View file @
42b79c31
|-------------------------------------------------|
| Function | Documentation |
|=================================================|
| '__str__' | This method converts the |
| | the object to a string. |
| | |
| | - Blah |
| | |
| | - Blaf |
| | |
| | |--------------------------| |
| | | Name | Favorite | |
| | | | Color | |
| | |==========================| |
| | | Jim | Red | |
| | |--------------------------| |
| | | John | Blue | |
| | |--------------------------| |
|-------------------------------------------------|
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment