summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-07 08:40:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-07 08:40:02 -0700
commit5713f6b25adf37c528c73c34527a165c7ba68be8 (patch)
tree6e7a3103f47e1628e70179350df384fe1039c955 /test
parentc64f1abf99f0f2b3bf063112c4675c70a4dce562 (diff)
Update spec.
Diffstat (limited to 'test')
-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"
+\&ouml; 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>
````````````````````````````````