1 // PERMUTE_ARGS: 2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- -preview=markdown -transition=vmarkdown 3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 4 5 /* 6 TEST_OUTPUT: 7 ---- 8 compilable/ddoc_markdown_quote_verbose.d(17): Ddoc: starting quote block with '> Great, just what I need.. another D in programming. -- Segfault' 9 ---- 10 */ 11 12 /++ 13 Quote Block: 14 15 > Great, just what I need.. another D in programming. -- Segfault 16 +/ 17 module test.compilable.ddoc_markdown_code_verbose;