summaryrefslogtreecommitdiff
path: root/tests/unictype/test-categ_Sk.c
blob: cf8f781d9bfef63e4f64eb6abc19b6d2b3c45ed5 (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
/* 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"

    { 0x005E, 0x005E },
    { 0x0060, 0x0060 },
    { 0x00A8, 0x00A8 },
    { 0x00AF, 0x00AF },
    { 0x00B4, 0x00B4 },
    { 0x00B8, 0x00B8 },
    { 0x02C2, 0x02C5 },
    { 0x02D2, 0x02DF },
    { 0x02E5, 0x02EB },
    { 0x02ED, 0x02ED },
    { 0x02EF, 0x02FF },
    { 0x0375, 0x0375 },
    { 0x0384, 0x0385 },
    { 0x0888, 0x0888 },
    { 0x1FBD, 0x1FBD },
    { 0x1FBF, 0x1FC1 },
    { 0x1FCD, 0x1FCF },
    { 0x1FDD, 0x1FDF },
    { 0x1FED, 0x1FEF },
    { 0x1FFD, 0x1FFE },
    { 0x309B, 0x309C },
    { 0xA700, 0xA716 },
    { 0xA720, 0xA721 },
    { 0xA789, 0xA78A },
    { 0xAB5B, 0xAB5B },
    { 0xAB6A, 0xAB6B },
    { 0xFBB2, 0xFBC2 },
    { 0xFF3E, 0xFF3E },
    { 0xFF40, 0xFF40 },
    { 0xFFE3, 0xFFE3 },
    { 0x1F3FB, 0x1F3FF }

#define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Sk)
#include "test-predicate-part2.h"