diff options
author | Miha Zupan <mihazupan.zupan1@gmail.com> | 2019-04-11 17:55:31 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-11 09:55:31 -0600 |
commit | 026ca8234ba2e7785beaff5416f7e9bb1a8edd98 (patch) | |
tree | 3d24ab6e0feb82550461308341dba8e2c22c71dc | |
parent | 586b0107ea297debef5d5bc3f7bb83794c581123 (diff) |
Test new entity length constraints (#575)
This now tests that an entity with 8 arabic digits is no longer recognised
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5714,12 +5714,12 @@ Here are some nonentities: ```````````````````````````````` example   &x; &#; &#x; -� +� &#abcdef0; &ThisIsNotDefined; &hi?; . <p>&nbsp &x; &#; &#x; -&#987654321; +&#87654321; &#abcdef0; &ThisIsNotDefined; &hi?;</p> ```````````````````````````````` |