aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-13 16:07:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-13 16:08:33 -0700
commitcae7dfd1c7bddf42702e728a07eae038f52c95b8 (patch)
tree690d72b8e05951ef1ab59933e7e22af8872d54f4 /spec.txt
parent295f5a859e4b128d40b042bf7021acdf09cf3dde (diff)
Added test for entity `&ngE;` which resolves to two code points.
Put entity tests on several lines for readability. See jgm/commonmark.js#47.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index a4fe485..ffaa8a2 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4356,9 +4356,13 @@ is used as an authoritative source of the valid entity names and their
corresponding codepoints.
.
-&nbsp; &amp; &copy; &AElig; &Dcaron; &frac34; &HilbertSpace; &DifferentialD; &ClockwiseContourIntegral;
+&nbsp; &amp; &copy; &AElig; &Dcaron;
+&frac34; &HilbertSpace; &DifferentialD;
+&ClockwiseContourIntegral; &ngE;
.
-<p>  &amp; © Æ Ď ¾ ℋ ⅆ ∲</p>
+<p>  &amp; © Æ Ď
+¾ ℋ ⅆ
+∲ ≧̸</p>
.
[Decimal entities](@decimal-entities)