summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_diacritic.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:50:11 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:50:11 +0100
commit4cf52fc0bc3b80c0ef6c58c5db4413ebdafe661c (patch)
tree676b26b024117cf656080a011e3d17b8fb6889af /tests/unictype/test-pr_diacritic.c
parent1ecbfbb92248e67b564f5b144c4671ccaa86ee2f (diff)
parent44ff3127b1e57b703c2a73a24f7ab38e4aad8ae4 (diff)
Merge branch 'release/0.9.8-1'0.9.8-1
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"