We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79027a commit 3b68c54Copy full SHA for 3b68c54
tests/test_footnote_sorting.py
@@ -12,9 +12,6 @@ def set_command_line_args(args):
12
class TestDefaults(unittest.TestCase):
13
@classmethod
14
def setUpClass(self):
15
- # example markdown files intentionally have had trailing EOL trimmed
16
- # from the end of the file (EOF)
17
-
18
path = "tests/default"
19
20
with open(f"{path}/example.md") as fh:
@@ -139,9 +136,6 @@ def test_footnote_sort_trailing_text(self):
139
136
class TestAdjacentFootnotes(unittest.TestCase):
140
137
141
138
142
143
144
145
path = "tests/adjacent"
146
147
with open(f"{path}/adjacent.md") as fh:
0 commit comments