summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_diacritic.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unictype/test-pr_diacritic.c')
-rw-r--r--tests/unictype/test-pr_diacritic.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/unictype/test-pr_diacritic.c b/tests/unictype/test-pr_diacritic.c
index 56187d2..273dec0 100644
--- a/tests/unictype/test-pr_diacritic.c
+++ b/tests/unictype/test-pr_diacritic.c
@@ -13,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include "test-predicate-part1.h"
@@ -151,11 +151,14 @@
{ 0x1134D, 0x1134D },
{ 0x11366, 0x1136C },
{ 0x11370, 0x11374 },
+ { 0x11442, 0x11442 },
+ { 0x11446, 0x11446 },
{ 0x114C2, 0x114C3 },
{ 0x115BF, 0x115C0 },
{ 0x1163F, 0x1163F },
{ 0x116B6, 0x116B7 },
{ 0x1172B, 0x1172B },
+ { 0x11C3F, 0x11C3F },
{ 0x16AF0, 0x16AF4 },
{ 0x16F8F, 0x16F9F },
{ 0x1D167, 0x1D169 },
@@ -163,7 +166,9 @@
{ 0x1D17B, 0x1D182 },
{ 0x1D185, 0x1D18B },
{ 0x1D1AA, 0x1D1AD },
- { 0x1E8D0, 0x1E8D6 }
+ { 0x1E8D0, 0x1E8D6 },
+ { 0x1E944, 0x1E946 },
+ { 0x1E948, 0x1E94A }
#define PREDICATE(c) uc_is_property_diacritic (c)
#include "test-predicate-part2.h"