Kaydet (Commit) 5a59d88e authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst 39815110
......@@ -261,7 +261,7 @@ if str(buffer(buffer('asdf', 0, 2), 0)) != 'as':
if str(buffer(buffer('asdf', 0, 2), 0, 5000)) != 'as':
raise TestFailed, 'composing length-specified buffer failed'
if str(buffer(buffer('asdf', 0, 2), 0, -1)) != 'as':
raise TestFailed, 'composing length-specified buffer failed'
raise TestFailed, 'composing length-specified buffer failed'
if str(buffer(buffer('asdf', 0, 2), 1, 2)) != 's':
raise TestFailed, 'composing length-specified buffer failed'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment