view tests/unictype/test-pr_sentence_terminal.c @ 17363:5a51fb7777a9

sys_select, sys_time: port 2013-01-30 Solaris 2.6 fix to Cygwin Problem reported by Marco Atzeri in <http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00000.html>. * lib/sys_select.in.h [HAVE_SYS_SELECT_H && _CYGWIN_SYS_TIME_H]: Simply delegate to the system <sys/select.h> in this case too. Also, pay attention to _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TIME_H only if OSF/1, since otherwise Cygwin breaks, and it doesn't seem to be needed on Solaris either. * lib/sys_time.in.h [_CYGWIN_SYS_TIME_H]: Simply delgate to the system <sys/time.h> in this case.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Mar 2013 09:08:47 -0700
parents aaf4bb6264c3
children e6789c186343
line wrap: on
line source

/* 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 },
    { 0x002E, 0x002E },
    { 0x003F, 0x003F },
    { 0x055C, 0x055C },
    { 0x055E, 0x055E },
    { 0x0589, 0x0589 },
    { 0x061F, 0x061F },
    { 0x06D4, 0x06D4 },
    { 0x0700, 0x0702 },
    { 0x07F9, 0x07F9 },
    { 0x0964, 0x0965 },
    { 0x104A, 0x104B },
    { 0x1362, 0x1362 },
    { 0x1367, 0x1368 },
    { 0x166E, 0x166E },
    { 0x1735, 0x1736 },
    { 0x1803, 0x1803 },
    { 0x1809, 0x1809 },
    { 0x1944, 0x1945 },
    { 0x1AA8, 0x1AAB },
    { 0x1B5A, 0x1B5B },
    { 0x1B5E, 0x1B5F },
    { 0x1C3B, 0x1C3C },
    { 0x1C7E, 0x1C7F },
    { 0x203C, 0x203D },
    { 0x2047, 0x2049 },
    { 0x2E2E, 0x2E2E },
    { 0x3002, 0x3002 },
    { 0xA4FF, 0xA4FF },
    { 0xA60E, 0xA60F },
    { 0xA6F3, 0xA6F3 },
    { 0xA6F7, 0xA6F7 },
    { 0xA876, 0xA877 },
    { 0xA8CE, 0xA8CF },
    { 0xA92F, 0xA92F },
    { 0xA9C8, 0xA9C9 },
    { 0xAA5D, 0xAA5F },
    { 0xABEB, 0xABEB },
    { 0xFE52, 0xFE52 },
    { 0xFE56, 0xFE57 },
    { 0xFF01, 0xFF01 },
    { 0xFF0E, 0xFF0E },
    { 0xFF1F, 0xFF1F },
    { 0xFF61, 0xFF61 },
    { 0x10A56, 0x10A57 },
    { 0x11047, 0x11048 },
    { 0x110BE, 0x110C1 }

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