~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to test/functional/expected/field_name_limit.html

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
4
<head>
 
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
6
<meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" />
 
7
<title></title>
 
8
<link rel="stylesheet" href="../../../docutils/writers/html4css1/html4css1.css" type="text/css" />
 
9
</head>
 
10
<body>
 
11
<div class="document">
 
12
<table class="docutils field-list" frame="void" rules="none">
 
13
<col class="field-name" />
 
14
<col class="field-body" />
 
15
<tbody valign="top">
 
16
<tr class="field"><th class="field-name">short:</th><td class="field-body">This field's name is short.</td>
 
17
</tr>
 
18
<tr class="field"><th class="field-name">medium-length:</th><td class="field-body">This field's name is medium-length.</td>
 
19
</tr>
 
20
<tr class="field"><th class="field-name">long field name:</th><td class="field-body">This field's name is long.</td>
 
21
</tr>
 
22
<tr class="field"><th class="field-name">very very long field name:</th><td class="field-body">This field's name is quite long.</td>
 
23
</tr>
 
24
</tbody>
 
25
</table>
 
26
</div>
 
27
</body>
 
28
</html>