File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
tests/testsuite/print/relative_links Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ <h1 id="testing-relative-links-for-the-print-page"><a class="header" href="#test
99< p > A < a href ="#some-section "> fragment link</ a > should work.</ p >
1010< p > Link < a href ="../std/foo/bar.html "> outside</ a > .</ p >
1111< p > Link < a href ="../std/foo/bar.html#panic "> outside with anchor</ a > .</ p >
12+ < p > Link < a href ="../first/alpha/beta.html "> inside but doesn’t exist</ a > .
13+ Link < a href ="#anchor "> inside but doesn’t exist with anchor</ a > .
14+ Link < a href ="../first/alpha/gamma.html "> inside to html</ a > .
15+ Link < a href ="#anchor "> inside to html with anchor</ a > .</ p >
1216< p > < img src ="images/picture.png " alt ="Some image "> </ p >
1317< p > < a href ="#first-nested "> HTML Link</ a > </ p >
1418< img src ="images/picture.png " alt ="raw html ">
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ Link [outside](../../std/foo/bar.html).
1111
1212Link [ outside with anchor] ( ../../std/foo/bar.html#panic ) .
1313
14+ Link [ inside but doesn't exist] ( ../first/alpha/beta.md ) .
15+ Link [ inside but doesn't exist with anchor] ( ../first/alpha/beta.md#anchor ) .
16+ Link [ inside to html] ( ../first/alpha/gamma.html ) .
17+ Link [ inside to html with anchor] ( ../first/alpha/gamma.html#anchor ) .
18+
1419![ Some image] ( ../images/picture.png )
1520
1621<a href =" ../first/nested.md " >HTML Link</a >
You can’t perform that action at this time.
0 commit comments