d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc_markdown_escapes.d
blob4d8c8aeb94560b19e462fbc0af91dfb7592784cb
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // TEST_OUTPUT_FILE: extra-files/ddoc_markdown_escapes.html
4 // OUTPUT_FILES: ${RESULTS_DIR}/compilable/ddoc_markdown_escapes.html
6 /++
7 Backslash Escapes:
9 \!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}
11 But not in code:
13 ---
14 \{\}
15 ---
17 `\{\}`
19 Nor in HTML:
21 <tag attr="\{\}"></tag>
23 Nor before things that aren't punctuation:
25 C:\dlang\dmd
27 module ddoc_markdown_escapes;