Refactor common macros used in tests.
[pspp] / tests / unictype / test-pr_extender.c
index 2c593615ff2f30863af8ebe05984ed1b6721032e..acca2ed0f6a811eadda9512b806d6dbde1ef3c5c 100644 (file)
     { 0x0E46, 0x0E46 },
     { 0x0EC6, 0x0EC6 },
     { 0x1843, 0x1843 },
+    { 0x1C36, 0x1C36 },
+    { 0x1C7B, 0x1C7B },
     { 0x3005, 0x3005 },
     { 0x3031, 0x3035 },
     { 0x309D, 0x309E },
     { 0x30FC, 0x30FE },
     { 0xA015, 0xA015 },
+    { 0xA60C, 0xA60C },
     { 0xFF70, 0xFF70 }
 
 #define PREDICATE(c) uc_is_property_extender (c)