d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc_markdown_links_verbose.d
blob435b426e03e36785d0e9a0765d071737c199dbd0
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
6 /++
7 Links:
9 A link to [Object].
10 An inline link to [the D homepage](https://dlang.org).
11 A simple link to [dub].
12 A slightly less simple link to [dub][].
13 An image: ![D-Man](https://dlang.org/images/d3.png)
15 [dub]: https://code.dlang.org
17 module test.compilable.ddoc_markdown_links_verbose;