You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very good point. I did something similar (adding a test, fixing the implementation and fixing the test). But in my case, I took care of the edge case in the close() method implementation and so I added a call to close() in the test (it should have been there from the beginning...).
Which causes the edge case of having a
\r
as the last character in a stream to be impossible to process without parent stream backtracking.The text was updated successfully, but these errors were encountered: