More siteinfo.html tests

This commit is contained in:
Spencer Bliven
2019-06-19 11:25:18 +02:00
parent 3e194bf4d5
commit 3144bbf2ac

View File

@ -26,7 +26,7 @@ Code | Result |
---- | ------ |
`{%raw%}[Normal link to source]{%endraw%}{%raw%}(/pages/merlin6/introduction.md){%endraw%}` | [Normal link to source](/pages/merlin6/introduction.md)
`{%raw%}[Normal link to result](/merlin6/introduction.html){%endraw%}` | [Normal link to result](/merlin6/introduction.html)
`{%raw%}[Invalid Escaped link to source]({{"/pages/merlin6/introduction.md"}}){%endraw%}` | [Invalid Escaped link to source]({{"/pages/merlin6/troduction.md"}}
`{%raw%}[Invalid Escaped link to source]({{"/pages/merlin6/introduction.md"}}){%endraw%}` | [Invalid Escaped link to source]({{"/pages/merlin6/troduction.md"}})
`{%raw%}[Escaped link to result]({{"/merlin6/introduction.html"}}){%endraw%}` | [Escaped link to result]({{"/merlin6/introduction.html"}})
`{%raw%}[Reference link to source](srcRef){%endraw%}` | [Reference link to source][srcRef]
`{%raw%}[Reference link to result](dstRef){%endraw%}` | [Reference link to result][dstRef]