summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_sentence_terminal.c
blob: e2d1d3fd94ef3e1ae1b0d90c900c6bf249a86d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Test the Unicode character type functions.
   Copyright (C) 2007-2022 Free Software Foundation, Inc.

   This file is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published
   by the Free Software Foundation, either version 3 of the License,
   or (at your option) any later version.

   This file is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */

#include "test-predicate-part1.h"

    { 0x0021, 0x0021 },
    { 0x002E, 0x002E },
    { 0x003F, 0x003F },
    { 0x0589, 0x0589 },
    { 0x061D, 0x061F },
    { 0x06D4, 0x06D4 },
    { 0x0700, 0x0702 },
    { 0x07F9, 0x07F9 },
    { 0x0837, 0x0837 },
    { 0x0839, 0x0839 },
    { 0x083D, 0x083E },
    { 0x0964, 0x0965 },
    { 0x104A, 0x104B },
    { 0x1362, 0x1362 },
    { 0x1367, 0x1368 },
    { 0x166E, 0x166E },
    { 0x1735, 0x1736 },
    { 0x1803, 0x1803 },
    { 0x1809, 0x1809 },
    { 0x1944, 0x1945 },
    { 0x1AA8, 0x1AAB },
    { 0x1B5A, 0x1B5B },
    { 0x1B5E, 0x1B5F },
    { 0x1B7D, 0x1B7E },
    { 0x1C3B, 0x1C3C },
    { 0x1C7E, 0x1C7F },
    { 0x203C, 0x203D },
    { 0x2047, 0x2049 },
    { 0x2E2E, 0x2E2E },
    { 0x2E3C, 0x2E3C },
    { 0x2E53, 0x2E54 },
    { 0x3002, 0x3002 },
    { 0xA4FF, 0xA4FF },
    { 0xA60E, 0xA60F },
    { 0xA6F3, 0xA6F3 },
    { 0xA6F7, 0xA6F7 },
    { 0xA876, 0xA877 },
    { 0xA8CE, 0xA8CF },
    { 0xA92F, 0xA92F },
    { 0xA9C8, 0xA9C9 },
    { 0xAA5D, 0xAA5F },
    { 0xAAF0, 0xAAF1 },
    { 0xABEB, 0xABEB },
    { 0xFE52, 0xFE52 },
    { 0xFE56, 0xFE57 },
    { 0xFF01, 0xFF01 },
    { 0xFF0E, 0xFF0E },
    { 0xFF1F, 0xFF1F },
    { 0xFF61, 0xFF61 },
    { 0x10A56, 0x10A57 },
    { 0x10F55, 0x10F59 },
    { 0x10F86, 0x10F89 },
    { 0x11047, 0x11048 },
    { 0x110BE, 0x110C1 },
    { 0x11141, 0x11143 },
    { 0x111C5, 0x111C6 },
    { 0x111CD, 0x111CD },
    { 0x111DE, 0x111DF },
    { 0x11238, 0x11239 },
    { 0x1123B, 0x1123C },
    { 0x112A9, 0x112A9 },
    { 0x1144B, 0x1144C },
    { 0x115C2, 0x115C3 },
    { 0x115C9, 0x115D7 },
    { 0x11641, 0x11642 },
    { 0x1173C, 0x1173E },
    { 0x11944, 0x11944 },
    { 0x11946, 0x11946 },
    { 0x11A42, 0x11A43 },
    { 0x11A9B, 0x11A9C },
    { 0x11C41, 0x11C42 },
    { 0x11EF7, 0x11EF8 },
    { 0x11F43, 0x11F44 },
    { 0x16A6E, 0x16A6F },
    { 0x16AF5, 0x16AF5 },
    { 0x16B37, 0x16B38 },
    { 0x16B44, 0x16B44 },
    { 0x16E98, 0x16E98 },
    { 0x1BC9F, 0x1BC9F },
    { 0x1DA88, 0x1DA88 }

#define PREDICATE(c) uc_is_property_sentence_terminal (c)
#include "test-predicate-part2.h"