summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/spec.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/spec.txt b/test/spec.txt
index 31e1714..3913de4 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -5539,6 +5539,7 @@ not have their usual Markdown meanings:
\* not a list
\# not a heading
\[foo]: /url "not a reference"
+\ö not a character entity
.
<p>*not emphasized*
&lt;br/&gt; not a tag
@@ -5547,7 +5548,8 @@ not have their usual Markdown meanings:
1. not a list
* not a list
# not a heading
-[foo]: /url &quot;not a reference&quot;</p>
+[foo]: /url &quot;not a reference&quot;
+&amp;ouml; not a character entity</p>
````````````````````````````````