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 152f737 commit 106ced6Copy full SHA for 106ced6
tests/test_plugin.py
@@ -87,6 +87,7 @@ def actual_written_file(run_redirect_test):
87
("foo.md", "foo/README.md#hash", "foo/index.html#hash", "./#hash"),
88
("foo.md", "the/fake.md#hash", "fake/destination/index.html#hash", "../fake/destination/#hash"),
89
("foo.md", "100%.md", "100%25.html", "../100%25/"),
90
+ ("foo/fizz/old.md",) + ("https://example.org/old.md",) * 3,
91
]
92
93
0 commit comments