forked from github/pelican
Add a test for false-positive warnings about intersite links.
With the current implementation, links to articles/pages that have not been processed yet are reported with a warning, yet later replaced with a correct value. That's not wanted.
This commit is contained in:
parent
b6b3724ed2
commit
c793e5c394
4 changed files with 44 additions and 0 deletions
7
pelican/tests/cyclic_intersite_links/first-article.rst
Normal file
7
pelican/tests/cyclic_intersite_links/first-article.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
First article
|
||||
#############
|
||||
|
||||
:date: 2018-11-10
|
||||
:summary: Here's the `second <{filename}/second-article.rst>`_,
|
||||
`third <{filename}/third-article.rst>`_ and a
|
||||
`nonexistent article <{filename}/nonexistent.rst>`_.
|
||||
Loading…
Add table
Add a link
Reference in a new issue