Skip to content

Commit

Permalink
Test redirect to absolute URL
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Sep 18, 2022
1 parent 152f737 commit 106ced6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def actual_written_file(run_redirect_test):
("foo.md", "foo/README.md#hash", "foo/index.html#hash", "./#hash"),
("foo.md", "the/fake.md#hash", "fake/destination/index.html#hash", "../fake/destination/#hash"),
("foo.md", "100%.md", "100%25.html", "../100%25/"),
("foo/fizz/old.md",) + ("https://example.org/old.md",) * 3,
]


Expand Down

0 comments on commit 106ced6

Please sign in to comment.