glob: Declare variables at the very start of their scope.
[gnulib/ericb.git] / tests / unictype / test-categ_Pe.c
blobf6cd9b1f24cf93f849802bbd90a24fca8f826347
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2 /* Test the Unicode character type functions.
3 Copyright (C) 2007 Free Software Foundation, Inc.
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.
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.
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/>. */
18 #include "test-predicate-part1.h"
20 { 0x0029, 0x0029 },
21 { 0x005D, 0x005D },
22 { 0x007D, 0x007D },
23 { 0x0F3B, 0x0F3B },
24 { 0x0F3D, 0x0F3D },
25 { 0x169C, 0x169C },
26 { 0x2046, 0x2046 },
27 { 0x207E, 0x207E },
28 { 0x208E, 0x208E },
29 { 0x2309, 0x2309 },
30 { 0x230B, 0x230B },
31 { 0x232A, 0x232A },
32 { 0x2769, 0x2769 },
33 { 0x276B, 0x276B },
34 { 0x276D, 0x276D },
35 { 0x276F, 0x276F },
36 { 0x2771, 0x2771 },
37 { 0x2773, 0x2773 },
38 { 0x2775, 0x2775 },
39 { 0x27C6, 0x27C6 },
40 { 0x27E7, 0x27E7 },
41 { 0x27E9, 0x27E9 },
42 { 0x27EB, 0x27EB },
43 { 0x27ED, 0x27ED },
44 { 0x27EF, 0x27EF },
45 { 0x2984, 0x2984 },
46 { 0x2986, 0x2986 },
47 { 0x2988, 0x2988 },
48 { 0x298A, 0x298A },
49 { 0x298C, 0x298C },
50 { 0x298E, 0x298E },
51 { 0x2990, 0x2990 },
52 { 0x2992, 0x2992 },
53 { 0x2994, 0x2994 },
54 { 0x2996, 0x2996 },
55 { 0x2998, 0x2998 },
56 { 0x29D9, 0x29D9 },
57 { 0x29DB, 0x29DB },
58 { 0x29FD, 0x29FD },
59 { 0x2E23, 0x2E23 },
60 { 0x2E25, 0x2E25 },
61 { 0x2E27, 0x2E27 },
62 { 0x2E29, 0x2E29 },
63 { 0x3009, 0x3009 },
64 { 0x300B, 0x300B },
65 { 0x300D, 0x300D },
66 { 0x300F, 0x300F },
67 { 0x3011, 0x3011 },
68 { 0x3015, 0x3015 },
69 { 0x3017, 0x3017 },
70 { 0x3019, 0x3019 },
71 { 0x301B, 0x301B },
72 { 0x301E, 0x301F },
73 { 0xFD3E, 0xFD3E },
74 { 0xFE18, 0xFE18 },
75 { 0xFE36, 0xFE36 },
76 { 0xFE38, 0xFE38 },
77 { 0xFE3A, 0xFE3A },
78 { 0xFE3C, 0xFE3C },
79 { 0xFE3E, 0xFE3E },
80 { 0xFE40, 0xFE40 },
81 { 0xFE42, 0xFE42 },
82 { 0xFE44, 0xFE44 },
83 { 0xFE48, 0xFE48 },
84 { 0xFE5A, 0xFE5A },
85 { 0xFE5C, 0xFE5C },
86 { 0xFE5E, 0xFE5E },
87 { 0xFF09, 0xFF09 },
88 { 0xFF3D, 0xFF3D },
89 { 0xFF5D, 0xFF5D },
90 { 0xFF60, 0xFF60 },
91 { 0xFF63, 0xFF63 }
93 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Pe)
94 #include "test-predicate-part2.h"