aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorMiha Zupan <mihazupan.zupan1@gmail.com>2019-04-11 17:55:31 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-11 09:55:31 -0600
commit026ca8234ba2e7785beaff5416f7e9bb1a8edd98 (patch)
tree3d24ab6e0feb82550461308341dba8e2c22c71dc /spec.txt
parent586b0107ea297debef5d5bc3f7bb83794c581123 (diff)
Test new entity length constraints (#575)
This now tests that an entity with 8 arabic digits is no longer recognised
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 3913de4..e828e31 100644
--- a/spec.txt
+++ b/spec.txt
@@ -5714,12 +5714,12 @@ Here are some nonentities:
```````````````````````````````` example
&nbsp &x; &#; &#x;
-&#987654321;
+&#87654321;
&#abcdef0;
&ThisIsNotDefined; &hi?;
.
<p>&amp;nbsp &amp;x; &amp;#; &amp;#x;
-&amp;#987654321;
+&amp;#87654321;
&amp;#abcdef0;
&amp;ThisIsNotDefined; &amp;hi?;</p>
````````````````````````````````