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.
read_fixture_file
1 parent d14f915 commit 803a121Copy full SHA for 803a121
markdown_it/utils.py
@@ -13,7 +13,7 @@ def __init__(self, *args, **kwargs):
13
14
15
def read_fixture_file(path):
16
- text = Path(path).read_text()
+ text = Path(path).read_text(encoding="utf-8")
17
tests = []
18
section = 0
19
last_pos = 0
0 commit comments