r77895 broke doctest.
This commit is contained in:
parent
905a2ffe3e
commit
b3d77007f4
|
@ -247,7 +247,8 @@ class _SpoofOut(StringIO):
|
|||
return result
|
||||
|
||||
def truncate(self, size=None):
|
||||
StringIO.truncate(self, size)
|
||||
self.seek(size)
|
||||
StringIO.truncate(self)
|
||||
|
||||
# Worst-case linear-time ellipsis matching.
|
||||
def _ellipsis_match(want, got):
|
||||
|
|
Loading…
Reference in New Issue