aboutsummaryrefslogtreecommitdiff
path: root/test/command/ascii.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-04 22:15:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-04 22:15:53 -0800
commit511d647290eaa19907906807a9c4514a771ea66d (patch)
tree4a53e48dbcc1e80038124e14f68d21ad78788a94 /test/command/ascii.md
parent0c84630549c4b452d2eb5a3d82df5fc62ca593e6 (diff)
downloadpandoc-511d647290eaa19907906807a9c4514a771ea66d.tar.gz
XML: toHtml5Entities: prefer shorter entities...
when there are several choices for a particular character.
Diffstat (limited to 'test/command/ascii.md')
-rw-r--r--test/command/ascii.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/ascii.md b/test/command/ascii.md
index d8ab5ed50..96fc50291 100644
--- a/test/command/ascii.md
+++ b/test/command/ascii.md
@@ -2,7 +2,7 @@
pandoc -t html --ascii
äéıå
^D
-<p>&auml;&eacute;&inodot;&aring;</p>
+<p>&auml;&eacute;&imath;&aring;</p>
```
```
@@ -48,6 +48,6 @@ pandoc -t jats --ascii
pandoc -t markdown-smart --ascii
"äéıå"
^D
-&ldquo;&auml;&eacute;&inodot;&aring;&rdquo;
+&ldquo;&auml;&eacute;&imath;&aring;&rdquo;
```