Avoid test-copy-file.sh failures when ACL support insufficient.
[gnulib.git] / tests / unictype / test-pr_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     { 0x002B, 0x002B },
21     { 0x003C, 0x003E },
22     { 0x005E, 0x005E },
23     { 0x007C, 0x007C },
24     { 0x007E, 0x007E },
25     { 0x00AC, 0x00AC },
26     { 0x00B1, 0x00B1 },
27     { 0x00D7, 0x00D7 },
28     { 0x00F7, 0x00F7 },
29     { 0x03D0, 0x03D2 },
30     { 0x03D5, 0x03D5 },
31     { 0x03F0, 0x03F1 },
32     { 0x03F4, 0x03F6 },
33     { 0x2016, 0x2016 },
34     { 0x2032, 0x2034 },
35     { 0x2040, 0x2040 },
36     { 0x2044, 0x2044 },
37     { 0x2052, 0x2052 },
38     { 0x2061, 0x2063 },
39     { 0x207A, 0x207E },
40     { 0x208A, 0x208E },
41     { 0x20D0, 0x20DC },
42     { 0x20E1, 0x20E1 },
43     { 0x20E5, 0x20E6 },
44     { 0x20EC, 0x20EF },
45     { 0x2102, 0x2102 },
46     { 0x210A, 0x2113 },
47     { 0x2115, 0x2115 },
48     { 0x2119, 0x211D },
49     { 0x2124, 0x2124 },
50     { 0x2128, 0x2129 },
51     { 0x212C, 0x212D },
52     { 0x212F, 0x2131 },
53     { 0x2133, 0x2138 },
54     { 0x213C, 0x2149 },
55     { 0x214B, 0x214B },
56     { 0x2190, 0x2194 },
57     { 0x219A, 0x219B },
58     { 0x21A0, 0x21A0 },
59     { 0x21A3, 0x21A3 },
60     { 0x21A6, 0x21A6 },
61     { 0x21AE, 0x21AE },
62     { 0x21CE, 0x21CF },
63     { 0x21D2, 0x21D2 },
64     { 0x21D4, 0x21D4 },
65     { 0x21F4, 0x22FF },
66     { 0x2308, 0x230B },
67     { 0x2320, 0x2321 },
68     { 0x237C, 0x237C },
69     { 0x239B, 0x23B3 },
70     { 0x23B7, 0x23B7 },
71     { 0x23D0, 0x23D0 },
72     { 0x23DC, 0x23E1 },
73     { 0x25B7, 0x25B7 },
74     { 0x25C1, 0x25C1 },
75     { 0x25F8, 0x25FF },
76     { 0x266F, 0x266F },
77     { 0x27C0, 0x27CA },
78     { 0x27D0, 0x27EB },
79     { 0x27F0, 0x27FF },
80     { 0x2900, 0x2AFF },
81     { 0xFB29, 0xFB29 },
82     { 0xFE61, 0xFE66 },
83     { 0xFE68, 0xFE68 },
84     { 0xFF0B, 0xFF0B },
85     { 0xFF1C, 0xFF1E },
86     { 0xFF3C, 0xFF3C },
87     { 0xFF3E, 0xFF3E },
88     { 0xFF5C, 0xFF5C },
89     { 0xFF5E, 0xFF5E },
90     { 0xFFE2, 0xFFE2 },
91     { 0xFFE9, 0xFFEC },
92     { 0x1D400, 0x1D454 },
93     { 0x1D456, 0x1D49C },
94     { 0x1D49E, 0x1D49F },
95     { 0x1D4A2, 0x1D4A2 },
96     { 0x1D4A5, 0x1D4A6 },
97     { 0x1D4A9, 0x1D4AC },
98     { 0x1D4AE, 0x1D4B9 },
99     { 0x1D4BB, 0x1D4BB },
100     { 0x1D4BD, 0x1D4C3 },
101     { 0x1D4C5, 0x1D505 },
102     { 0x1D507, 0x1D50A },
103     { 0x1D50D, 0x1D514 },
104     { 0x1D516, 0x1D51C },
105     { 0x1D51E, 0x1D539 },
106     { 0x1D53B, 0x1D53E },
107     { 0x1D540, 0x1D544 },
108     { 0x1D546, 0x1D546 },
109     { 0x1D54A, 0x1D550 },
110     { 0x1D552, 0x1D6A5 },
111     { 0x1D6A8, 0x1D7CB },
112     { 0x1D7CE, 0x1D7FF }
113
114 #define PREDICATE(c) uc_is_property_math (c)
115 #include "test-predicate-part2.h"