]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/compilable/ddoc_markdown_links_verbose.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc_markdown_links_verbose.d
CommitLineData
5fee5ec3
IB
1// PERMUTE_ARGS:
2// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- -transition=vmarkdown
3// TEST_OUTPUT_FILE: extra-files/ddoc_markdown_links_verbose.html
4// OUTPUT_FILES: ${RESULTS_DIR}/compilable/ddoc_markdown_links_verbose.html
5
6/++
7Links:
8
9A link to [Object].
10An inline link to [the D homepage](https://dlang.org).
11A simple link to [dub].
12A slightly less simple link to [dub][].
13An image: ![D-Man](https://dlang.org/images/d3.png)
14
15[dub]: https://code.dlang.org
16+/
17module test.compilable.ddoc_markdown_links_verbose;