summaryrefslogtreecommitdiff
path: root/tests/unictype/test-pr_terminal_punctuation.c
blob: 3ded06d9d9a51e0d40d43ae77a9cb7b3cc16e8af (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
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Test the Unicode character type functions.
   Copyright (C) 2007 Free Software Foundation, Inc.

   This program 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 program 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 <http://www.gnu.org/licenses/>.  */

#include "test-predicate-part1.h"

    { 0x0021, 0x0021 },
    { 0x002C, 0x002C },
    { 0x002E, 0x002E },
    { 0x003A, 0x003B },
    { 0x003F, 0x003F },
    { 0x037E, 0x037E },
    { 0x0387, 0x0387 },
    { 0x0589, 0x0589 },
    { 0x05C3, 0x05C3 },
    { 0x060C, 0x060C },
    { 0x061B, 0x061B },
    { 0x061F, 0x061F },
    { 0x06D4, 0x06D4 },
    { 0x0700, 0x070A },
    { 0x070C, 0x070C },
    { 0x07F8, 0x07F9 },
    { 0x0964, 0x0965 },
    { 0x0E5A, 0x0E5B },
    { 0x0F08, 0x0F08 },
    { 0x0F0D, 0x0F12 },
    { 0x104A, 0x104B },
    { 0x1361, 0x1368 },
    { 0x166D, 0x166E },
    { 0x16EB, 0x16ED },
    { 0x17D4, 0x17D6 },
    { 0x17DA, 0x17DA },
    { 0x1802, 0x1805 },
    { 0x1808, 0x1809 },
    { 0x1944, 0x1945 },
    { 0x1B5A, 0x1B5B },
    { 0x1B5D, 0x1B5F },
    { 0x1C3B, 0x1C3F },
    { 0x1C7E, 0x1C7F },
    { 0x203C, 0x203D },
    { 0x2047, 0x2049 },
    { 0x2E2E, 0x2E2E },
    { 0x3001, 0x3002 },
    { 0xA60D, 0xA60F },
    { 0xA876, 0xA877 },
    { 0xA8CE, 0xA8CF },
    { 0xA92F, 0xA92F },
    { 0xAA5D, 0xAA5F },
    { 0xFE50, 0xFE52 },
    { 0xFE54, 0xFE57 },
    { 0xFF01, 0xFF01 },
    { 0xFF0C, 0xFF0C },
    { 0xFF0E, 0xFF0E },
    { 0xFF1A, 0xFF1B },
    { 0xFF1F, 0xFF1F },
    { 0xFF61, 0xFF61 },
    { 0xFF64, 0xFF64 },
    { 0x1039F, 0x1039F },
    { 0x103D0, 0x103D0 },
    { 0x1091F, 0x1091F },
    { 0x12470, 0x12473 }

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