mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix test cases for doctest.
This commit is contained in:
parent
5284b532d1
commit
ecf93c765c
2 changed files with 4 additions and 0 deletions
|
@ -2476,6 +2476,7 @@ def script_from_examples(s):
|
|||
blah
|
||||
#
|
||||
# Ho hum
|
||||
<BLANKLINE>
|
||||
"""
|
||||
output = []
|
||||
for piece in DocTestParser().parse(s):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue