Skip to content

Commit 106ced6

Browse files
committed
Test redirect to absolute URL
1 parent 152f737 commit 106ced6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def actual_written_file(run_redirect_test):
8787
("foo.md", "foo/README.md#hash", "foo/index.html#hash", "./#hash"),
8888
("foo.md", "the/fake.md#hash", "fake/destination/index.html#hash", "../fake/destination/#hash"),
8989
("foo.md", "100%.md", "100%25.html", "../100%25/"),
90+
("foo/fizz/old.md",) + ("https://example.org/old.md",) * 3,
9091
]
9192

9293

0 commit comments

Comments
 (0)