Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix wrong change
  • Loading branch information
Gihwan Kim committed Feb 21, 2023
commit e91e0ec3137968dbf19e7e17188385fac22e095f
1 change: 1 addition & 0 deletions Lib/test/test_fileinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@ def check(mode, expected_lines):
with self.assertRaises(ValueError):
check('rb', ['A\n', 'B\r\n', 'C\r', 'D\u20ac'])


class MiscTest(unittest.TestCase):

def test_all(self):
Expand Down