pmccabe2html: escaping of special characters
[gnulib.git] / tests / unictype / test-pr_terminal_punctuation.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     { 0x0021, 0x0021 },
21     { 0x002C, 0x002C },
22     { 0x002E, 0x002E },
23     { 0x003A, 0x003B },
24     { 0x003F, 0x003F },
25     { 0x037E, 0x037E },
26     { 0x0387, 0x0387 },
27     { 0x0589, 0x0589 },
28     { 0x05C3, 0x05C3 },
29     { 0x060C, 0x060C },
30     { 0x061B, 0x061B },
31     { 0x061F, 0x061F },
32     { 0x06D4, 0x06D4 },
33     { 0x0700, 0x070A },
34     { 0x070C, 0x070C },
35     { 0x07F8, 0x07F9 },
36     { 0x0830, 0x083E },
37     { 0x085E, 0x085E },
38     { 0x0964, 0x0965 },
39     { 0x0E5A, 0x0E5B },
40     { 0x0F08, 0x0F08 },
41     { 0x0F0D, 0x0F12 },
42     { 0x104A, 0x104B },
43     { 0x1361, 0x1368 },
44     { 0x166D, 0x166E },
45     { 0x16EB, 0x16ED },
46     { 0x17D4, 0x17D6 },
47     { 0x17DA, 0x17DA },
48     { 0x1802, 0x1805 },
49     { 0x1808, 0x1809 },
50     { 0x1944, 0x1945 },
51     { 0x1AA8, 0x1AAB },
52     { 0x1B5A, 0x1B5B },
53     { 0x1B5D, 0x1B5F },
54     { 0x1C3B, 0x1C3F },
55     { 0x1C7E, 0x1C7F },
56     { 0x203C, 0x203D },
57     { 0x2047, 0x2049 },
58     { 0x2E2E, 0x2E2E },
59     { 0x3001, 0x3002 },
60     { 0xA4FE, 0xA4FF },
61     { 0xA60D, 0xA60F },
62     { 0xA6F3, 0xA6F7 },
63     { 0xA876, 0xA877 },
64     { 0xA8CE, 0xA8CF },
65     { 0xA92F, 0xA92F },
66     { 0xA9C7, 0xA9C9 },
67     { 0xAA5D, 0xAA5F },
68     { 0xAADF, 0xAADF },
69     { 0xABEB, 0xABEB },
70     { 0xFE50, 0xFE52 },
71     { 0xFE54, 0xFE57 },
72     { 0xFF01, 0xFF01 },
73     { 0xFF0C, 0xFF0C },
74     { 0xFF0E, 0xFF0E },
75     { 0xFF1A, 0xFF1B },
76     { 0xFF1F, 0xFF1F },
77     { 0xFF61, 0xFF61 },
78     { 0xFF64, 0xFF64 },
79     { 0x1039F, 0x1039F },
80     { 0x103D0, 0x103D0 },
81     { 0x10857, 0x10857 },
82     { 0x1091F, 0x1091F },
83     { 0x10B3A, 0x10B3F },
84     { 0x11047, 0x1104D },
85     { 0x110BE, 0x110C1 },
86     { 0x12470, 0x12473 }
87
88 #define PREDICATE(c) uc_is_property_terminal_punctuation (c)
89 #include "test-predicate-part2.h"