@@ -31,7 +31,7 @@ def md_mock() -> Iterator[mock.MagicMock]:
3131
3232_SOURCE = """\
3333 1. This is some text
34- 2. which have multiple lines
34+ 2. which has multiple lines
35353. and we want to filter some of them
36364. we number them
37375. so we can see which ones are filtered
@@ -100,7 +100,7 @@ class _TestCase:
100100 options = Options (show_lines = LinesRanges ({LinesRange (end = 3 )})),
101101 expected_src = """\
102102 1. This is some text
103- 2. which have multiple lines
103+ 2. which has multiple lines
1041043. and we want to filter some of them
105105""" ,
106106 ),
@@ -109,7 +109,7 @@ class _TestCase:
109109 title = "Open range with start and end in the middle" ,
110110 options = Options (show_lines = LinesRanges ({LinesRange (start = 2 , end = 4 )})),
111111 expected_src = """\
112- 2. which have multiple lines
112+ 2. which has multiple lines
1131133. and we want to filter some of them
1141144. we number them
115115""" ,
@@ -144,7 +144,7 @@ class _TestCase:
144144 ),
145145 expected_src = """\
146146 1. This is some text
147- 2. which have multiple lines
147+ 2. which has multiple lines
1481484. we number them
1491495. so we can see which ones are filtered
1501506. and which ones are not
0 commit comments