Fix test cases for doctest.

This commit is contained in:
Georg Brandl 2005-06-26 23:09:51 +00:00
parent 5284b532d1
commit ecf93c765c
2 changed files with 4 additions and 0 deletions

View file

@ -2476,6 +2476,7 @@ def script_from_examples(s):
blah
#
# Ho hum
<BLANKLINE>
"""
output = []
for piece in DocTestParser().parse(s):