summaryrefslogtreecommitdiffstats
path: root/testing/031_image.dox
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-01-06 11:31:51 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-01-06 11:31:51 (GMT)
commita53d5b44731b55197d7ff2ae046552374d011e59 (patch)
treea1ae128f2c331230f7be24db5704a8f3cb46fe85 /testing/031_image.dox
parentde34e6c26eeb0dca1b1a6aa8bf26d21bb3fd644f (diff)
downloadDoxygen-a53d5b44731b55197d7ff2ae046552374d011e59.zip
Doxygen-a53d5b44731b55197d7ff2ae046552374d011e59.tar.gz
Doxygen-a53d5b44731b55197d7ff2ae046552374d011e59.tar.bz2
issue #6744 Ampersand in Markdown image URL is not escaped in XML output
Convert name / url based on HTML / XML conventions and don't do double conversions (XML).
Diffstat (limited to 'testing/031_image.dox')
-rw-r--r--testing/031_image.dox8
1 files changed, 7 insertions, 1 deletions
diff --git a/testing/031_image.dox b/testing/031_image.dox
index 61f5bba..e451592 100644
--- a/testing/031_image.dox
+++ b/testing/031_image.dox
@@ -47,7 +47,13 @@ HTML style linked PNG image:\n
HTML style unlinked SVG image:\n
<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT license"/>
-HTML style unlined PNG image:\n
+HTML style unlinked PNG image:\n
<img src="http://img.shields.io/badge/license-MIT-brightgreen.png" alt="MIT license"/>
+Some markdown image tests\n
+![Some SVG image](https://img.shields.io/badge/docs-Doxygen-blue.svg?foo&bar)
+[Some normal link](http://www.doxygen.nl?foo&bar)
+
+![Some SVG image](https://img.shields.io/badge/docs-Doxygen-blue.svg?foo&amp;bar)
+[Some normal link](http://www.doxygen.nl?foo&amp;bar)
*/