tests: Add testcase for read by length past EOF.
Currently broken for unicode input streams.
This commit is contained in:
parent
951ed9d02f
commit
512465bc66
3
tests/io/file_long_read.py
Normal file
3
tests/io/file_long_read.py
Normal file
@ -0,0 +1,3 @@
|
||||
f = open("io/data/file1")
|
||||
b = f.read(100)
|
||||
print(len(b))
|
Loading…
x
Reference in New Issue
Block a user