Tests for module 'mbsinit'.
[gnulib.git] / tests / unictype / test-pr_other_math.c
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2 /* Test the Unicode character type functions.
3    Copyright (C) 2007 Free Software Foundation, Inc.
4
5    This program is free software: you can redistribute it and/or modify
6    it under the terms of the GNU General Public License as published by
7    the Free Software Foundation; either version 3 of the License, or
8    (at your option) any later version.
9
10    This program is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    GNU General Public License for more details.
14
15    You should have received a copy of the GNU General Public License
16    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
17
18 #include "test-predicate-part1.h"
19
20     { 0x005E, 0x005E },
21     { 0x03D0, 0x03D2 },
22     { 0x03D5, 0x03D5 },
23     { 0x03F0, 0x03F1 },
24     { 0x03F4, 0x03F5 },
25     { 0x2016, 0x2016 },
26     { 0x2032, 0x2034 },
27     { 0x2040, 0x2040 },
28     { 0x2061, 0x2063 },
29     { 0x207D, 0x207E },
30     { 0x208D, 0x208E },
31     { 0x20D0, 0x20DC },
32     { 0x20E1, 0x20E1 },
33     { 0x20E5, 0x20E6 },
34     { 0x20EC, 0x20EF },
35     { 0x2102, 0x2102 },
36     { 0x210A, 0x2113 },
37     { 0x2115, 0x2115 },
38     { 0x2119, 0x211D },
39     { 0x2124, 0x2124 },
40     { 0x2128, 0x2129 },
41     { 0x212C, 0x212D },
42     { 0x212F, 0x2131 },
43     { 0x2133, 0x2138 },
44     { 0x213C, 0x213F },
45     { 0x2145, 0x2149 },
46     { 0x23B7, 0x23B7 },
47     { 0x23D0, 0x23D0 },
48     { 0x27C5, 0x27C6 },
49     { 0x27E6, 0x27EB },
50     { 0x2983, 0x2998 },
51     { 0x29D8, 0x29DB },
52     { 0x29FC, 0x29FD },
53     { 0xFE61, 0xFE61 },
54     { 0xFE63, 0xFE63 },
55     { 0xFE68, 0xFE68 },
56     { 0xFF3C, 0xFF3C },
57     { 0xFF3E, 0xFF3E },
58     { 0x1D400, 0x1D454 },
59     { 0x1D456, 0x1D49C },
60     { 0x1D49E, 0x1D49F },
61     { 0x1D4A2, 0x1D4A2 },
62     { 0x1D4A5, 0x1D4A6 },
63     { 0x1D4A9, 0x1D4AC },
64     { 0x1D4AE, 0x1D4B9 },
65     { 0x1D4BB, 0x1D4BB },
66     { 0x1D4BD, 0x1D4C3 },
67     { 0x1D4C5, 0x1D505 },
68     { 0x1D507, 0x1D50A },
69     { 0x1D50D, 0x1D514 },
70     { 0x1D516, 0x1D51C },
71     { 0x1D51E, 0x1D539 },
72     { 0x1D53B, 0x1D53E },
73     { 0x1D540, 0x1D544 },
74     { 0x1D546, 0x1D546 },
75     { 0x1D54A, 0x1D550 },
76     { 0x1D552, 0x1D6A5 },
77     { 0x1D6A8, 0x1D6C0 },
78     { 0x1D6C2, 0x1D6DA },
79     { 0x1D6DC, 0x1D6FA },
80     { 0x1D6FC, 0x1D714 },
81     { 0x1D716, 0x1D734 },
82     { 0x1D736, 0x1D74E },
83     { 0x1D750, 0x1D76E },
84     { 0x1D770, 0x1D788 },
85     { 0x1D78A, 0x1D7A8 },
86     { 0x1D7AA, 0x1D7C2 },
87     { 0x1D7C4, 0x1D7CB },
88     { 0x1D7CE, 0x1D7FF }
89
90 #define PREDICATE(c) uc_is_property_other_math (c)
91 #include "test-predicate-part2.h"