summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-linkcheck-anchors-ignore-for-url/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-linkcheck-anchors-ignore-for-url/index.rst')
-rw-r--r--tests/roots/test-linkcheck-anchors-ignore-for-url/index.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/roots/test-linkcheck-anchors-ignore-for-url/index.rst b/tests/roots/test-linkcheck-anchors-ignore-for-url/index.rst
new file mode 100644
index 0000000..df287b4
--- /dev/null
+++ b/tests/roots/test-linkcheck-anchors-ignore-for-url/index.rst
@@ -0,0 +1,7 @@
+* `Example valid url, no anchor <http://localhost:7777/valid>`_
+* `Example valid url, valid anchor <http://localhost:7777/valid#valid-anchor>`_
+* `Example valid url, invalid anchor <http://localhost:7777/valid#invalid-anchor>`_
+* `Example ignored url, no anchor <http://localhost:7777/ignored>`_
+* `Example ignored url, invalid anchor <http://localhost:7777/ignored#invalid-anchor>`_
+* `Example invalid url, no anchor <http://localhost:7777/invalid>`_
+* `Example invalid url, invalid anchor <http://localhost:7777/invalid#anchor>`_