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

« back to all changes in this revision

Viewing changes to test/test_parsers/test_rst/test_SimpleTableParser.py

  • 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:
2
2
 
3
3
# Author: David Goodger
4
4
# Contact: goodger@users.sourceforge.net
5
 
# Revision: $Revision: 1.3 $
6
 
# Date: $Date: 2003/07/05 19:43:13 $
 
5
# Revision: $Revision: 3918 $
 
6
# Date: $Date: 2005-10-03 15:11:40 +0200 (Mon, 03 Oct 2005) $
7
7
# Copyright: This module has been placed in the public domain.
8
8
 
9
9
"""
101
101
 [],
102
102
 [[[0, 0, 1, []],
103
103
   [0, 0, 1, []]]])],
 
104
# ["""\
 
105
# ==============  ==========
 
106
# Table with row  separators
 
107
# ==============  ==========
 
108
#                 and blank
 
109
# --------------  ----------
 
110
#                 entries
 
111
# --------------  ----------
 
112
#                 in first
 
113
# --------------  ----------
 
114
#                 columns.
 
115
# ==============  ==========
 
116
# """,
 
117
# '']
104
118
]
105
119
 
106
120