summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-02-07 15:59:31 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-02-07 16:03:57 (GMT)
commitef56187f733d946e4df130d9783eadea41ec1c97 (patch)
tree58189fd5dab1de7c31a6c67b9da4b2cbec9349fa /testing
parent0fead5249b8ef2c3c5cbbbd712855bae877aa27b (diff)
downloadDoxygen-ef56187f733d946e4df130d9783eadea41ec1c97.zip
Doxygen-ef56187f733d946e4df130d9783eadea41ec1c97.tar.gz
Doxygen-ef56187f733d946e4df130d9783eadea41ec1c97.tar.bz2
Fixed issue escaping ndashes (\--) and mdashes (\---)
Diffstat (limited to 'testing')
-rw-r--r--testing/055/md_055_markdown.xml1
-rw-r--r--testing/055_markdown.md2
2 files changed, 3 insertions, 0 deletions
diff --git a/testing/055/md_055_markdown.xml b/testing/055/md_055_markdown.xml
index 4006db8..18df45b 100644
--- a/testing/055/md_055_markdown.xml
+++ b/testing/055/md_055_markdown.xml
@@ -23,6 +23,7 @@
<para>
<ulink url="http://example.com/last-line">Upper-cased reference link on last line</ulink>
</para>
+ <para>Dash - NDash <ndash/> MDash <mdash/> EDash - ENDash -- EMDash --- E3Dash --- </para>
</detaileddescription>
</compounddef>
</doxygen>
diff --git a/testing/055_markdown.md b/testing/055_markdown.md
index aeb9f1a..375040e 100644
--- a/testing/055_markdown.md
+++ b/testing/055_markdown.md
@@ -20,3 +20,5 @@ More text
[Upper-cased reference link on last line][U]
[U]: http://example.com/last-line
+
+Dash - NDash -- MDash --- EDash \- ENDash \-- EMDash \--- E3Dash \-\-\-