From 026ca8234ba2e7785beaff5416f7e9bb1a8edd98 Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Thu, 11 Apr 2019 17:55:31 +0200 Subject: Test new entity length constraints (#575) This now tests that an entity with 8 arabic digits is no longer recognised --- spec.txt | 4 ++-- 1 file 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   &x; &#; &#x; -� +� &#abcdef0; &ThisIsNotDefined; &hi?; .

&nbsp &x; &#; &#x; -� +� &#abcdef0; &ThisIsNotDefined; &hi?;

```````````````````````````````` -- cgit v1.2.3