tests: Add testcase for read by length past EOF.
Currently broken for unicode input streams.
This commit is contained in:
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))
|
||||
Reference in New Issue
Block a user