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 18388d3 commit 8265fd7Copy full SHA for 8265fd7
test/test_readme.py
@@ -12,7 +12,7 @@
12
"string,lineno",
13
exdown.extract(this_dir.parent / "README.md", syntax_filter="python"),
14
)
15
-def test_readme(string, _):
+def test_readme(string, lineno):
16
exec(string)
17
18
# Close figure and reset defaults
0 commit comments