Tests for Unicode character classification functions.
authorBruno Haible <bruno@clisp.org>
Mon, 12 Nov 2007 23:25:37 +0000 (00:25 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 12 Nov 2007 23:25:37 +0000 (00:25 +0100)
commita635ca9c01d6e9a747ac9c0c2eed04658486d400
treea6b0a54a06b49dbd2cbf78df1fe3d3bc0a6ef49b
parent5a6e55c1886acd86b0deaa9d1d343471f61d3ded
Tests for Unicode character classification functions.
316 files changed:
ChangeLog
modules/unictype/bidicategory-byname-tests [new file with mode: 0644]
modules/unictype/bidicategory-name-tests [new file with mode: 0644]
modules/unictype/bidicategory-of-tests [new file with mode: 0644]
modules/unictype/bidicategory-test-tests [new file with mode: 0644]
modules/unictype/block-list-tests [new file with mode: 0644]
modules/unictype/block-of-tests [new file with mode: 0644]
modules/unictype/block-test-tests [new file with mode: 0644]
modules/unictype/category-C-tests [new file with mode: 0644]
modules/unictype/category-Cc-tests [new file with mode: 0644]
modules/unictype/category-Cf-tests [new file with mode: 0644]
modules/unictype/category-Cn-tests [new file with mode: 0644]
modules/unictype/category-Co-tests [new file with mode: 0644]
modules/unictype/category-Cs-tests [new file with mode: 0644]
modules/unictype/category-L-tests [new file with mode: 0644]
modules/unictype/category-Ll-tests [new file with mode: 0644]
modules/unictype/category-Lm-tests [new file with mode: 0644]
modules/unictype/category-Lo-tests [new file with mode: 0644]
modules/unictype/category-Lt-tests [new file with mode: 0644]
modules/unictype/category-Lu-tests [new file with mode: 0644]
modules/unictype/category-M-tests [new file with mode: 0644]
modules/unictype/category-Mc-tests [new file with mode: 0644]
modules/unictype/category-Me-tests [new file with mode: 0644]
modules/unictype/category-Mn-tests [new file with mode: 0644]
modules/unictype/category-N-tests [new file with mode: 0644]
modules/unictype/category-Nd-tests [new file with mode: 0644]
modules/unictype/category-Nl-tests [new file with mode: 0644]
modules/unictype/category-No-tests [new file with mode: 0644]
modules/unictype/category-P-tests [new file with mode: 0644]
modules/unictype/category-Pc-tests [new file with mode: 0644]
modules/unictype/category-Pd-tests [new file with mode: 0644]
modules/unictype/category-Pe-tests [new file with mode: 0644]
modules/unictype/category-Pf-tests [new file with mode: 0644]
modules/unictype/category-Pi-tests [new file with mode: 0644]
modules/unictype/category-Po-tests [new file with mode: 0644]
modules/unictype/category-Ps-tests [new file with mode: 0644]
modules/unictype/category-S-tests [new file with mode: 0644]
modules/unictype/category-Sc-tests [new file with mode: 0644]
modules/unictype/category-Sk-tests [new file with mode: 0644]
modules/unictype/category-Sm-tests [new file with mode: 0644]
modules/unictype/category-So-tests [new file with mode: 0644]
modules/unictype/category-Z-tests [new file with mode: 0644]
modules/unictype/category-Zl-tests [new file with mode: 0644]
modules/unictype/category-Zp-tests [new file with mode: 0644]
modules/unictype/category-Zs-tests [new file with mode: 0644]
modules/unictype/category-and-not-tests [new file with mode: 0644]
modules/unictype/category-and-tests [new file with mode: 0644]
modules/unictype/category-byname-tests [new file with mode: 0644]
modules/unictype/category-name-tests [new file with mode: 0644]
modules/unictype/category-none-tests [new file with mode: 0644]
modules/unictype/category-of-tests [new file with mode: 0644]
modules/unictype/category-or-tests [new file with mode: 0644]
modules/unictype/category-test-withtable-tests [new file with mode: 0644]
modules/unictype/combining-class-tests [new file with mode: 0644]
modules/unictype/ctype-alnum-tests [new file with mode: 0644]
modules/unictype/ctype-alpha-tests [new file with mode: 0644]
modules/unictype/ctype-blank-tests [new file with mode: 0644]
modules/unictype/ctype-cntrl-tests [new file with mode: 0644]
modules/unictype/ctype-digit-tests [new file with mode: 0644]
modules/unictype/ctype-graph-tests [new file with mode: 0644]
modules/unictype/ctype-lower-tests [new file with mode: 0644]
modules/unictype/ctype-print-tests [new file with mode: 0644]
modules/unictype/ctype-punct-tests [new file with mode: 0644]
modules/unictype/ctype-space-tests [new file with mode: 0644]
modules/unictype/ctype-upper-tests [new file with mode: 0644]
modules/unictype/ctype-xdigit-tests [new file with mode: 0644]
modules/unictype/decimal-digit-tests [new file with mode: 0644]
modules/unictype/digit-tests [new file with mode: 0644]
modules/unictype/mirror-tests [new file with mode: 0644]
modules/unictype/numeric-tests [new file with mode: 0644]
modules/unictype/property-alphabetic-tests [new file with mode: 0644]
modules/unictype/property-ascii-hex-digit-tests [new file with mode: 0644]
modules/unictype/property-bidi-arabic-digit-tests [new file with mode: 0644]
modules/unictype/property-bidi-arabic-right-to-left-tests [new file with mode: 0644]
modules/unictype/property-bidi-block-separator-tests [new file with mode: 0644]
modules/unictype/property-bidi-boundary-neutral-tests [new file with mode: 0644]
modules/unictype/property-bidi-common-separator-tests [new file with mode: 0644]
modules/unictype/property-bidi-control-tests [new file with mode: 0644]
modules/unictype/property-bidi-embedding-or-override-tests [new file with mode: 0644]
modules/unictype/property-bidi-eur-num-separator-tests [new file with mode: 0644]
modules/unictype/property-bidi-eur-num-terminator-tests [new file with mode: 0644]
modules/unictype/property-bidi-european-digit-tests [new file with mode: 0644]
modules/unictype/property-bidi-hebrew-right-to-left-tests [new file with mode: 0644]
modules/unictype/property-bidi-left-to-right-tests [new file with mode: 0644]
modules/unictype/property-bidi-non-spacing-mark-tests [new file with mode: 0644]
modules/unictype/property-bidi-other-neutral-tests [new file with mode: 0644]
modules/unictype/property-bidi-pdf-tests [new file with mode: 0644]
modules/unictype/property-bidi-segment-separator-tests [new file with mode: 0644]
modules/unictype/property-bidi-whitespace-tests [new file with mode: 0644]
modules/unictype/property-byname-tests [new file with mode: 0644]
modules/unictype/property-combining-tests [new file with mode: 0644]
modules/unictype/property-composite-tests [new file with mode: 0644]
modules/unictype/property-currency-symbol-tests [new file with mode: 0644]
modules/unictype/property-dash-tests [new file with mode: 0644]
modules/unictype/property-decimal-digit-tests [new file with mode: 0644]
modules/unictype/property-default-ignorable-code-point-tests [new file with mode: 0644]
modules/unictype/property-deprecated-tests [new file with mode: 0644]
modules/unictype/property-diacritic-tests [new file with mode: 0644]
modules/unictype/property-extender-tests [new file with mode: 0644]
modules/unictype/property-format-control-tests [new file with mode: 0644]
modules/unictype/property-grapheme-base-tests [new file with mode: 0644]
modules/unictype/property-grapheme-extend-tests [new file with mode: 0644]
modules/unictype/property-grapheme-link-tests [new file with mode: 0644]
modules/unictype/property-hex-digit-tests [new file with mode: 0644]
modules/unictype/property-hyphen-tests [new file with mode: 0644]
modules/unictype/property-id-continue-tests [new file with mode: 0644]
modules/unictype/property-id-start-tests [new file with mode: 0644]
modules/unictype/property-ideographic-tests [new file with mode: 0644]
modules/unictype/property-ids-binary-operator-tests [new file with mode: 0644]
modules/unictype/property-ids-trinary-operator-tests [new file with mode: 0644]
modules/unictype/property-ignorable-control-tests [new file with mode: 0644]
modules/unictype/property-iso-control-tests [new file with mode: 0644]
modules/unictype/property-join-control-tests [new file with mode: 0644]
modules/unictype/property-left-of-pair-tests [new file with mode: 0644]
modules/unictype/property-line-separator-tests [new file with mode: 0644]
modules/unictype/property-logical-order-exception-tests [new file with mode: 0644]
modules/unictype/property-lowercase-tests [new file with mode: 0644]
modules/unictype/property-math-tests [new file with mode: 0644]
modules/unictype/property-non-break-tests [new file with mode: 0644]
modules/unictype/property-not-a-character-tests [new file with mode: 0644]
modules/unictype/property-numeric-tests [new file with mode: 0644]
modules/unictype/property-other-alphabetic-tests [new file with mode: 0644]
modules/unictype/property-other-default-ignorable-code-point-tests [new file with mode: 0644]
modules/unictype/property-other-grapheme-extend-tests [new file with mode: 0644]
modules/unictype/property-other-id-continue-tests [new file with mode: 0644]
modules/unictype/property-other-id-start-tests [new file with mode: 0644]
modules/unictype/property-other-lowercase-tests [new file with mode: 0644]
modules/unictype/property-other-math-tests [new file with mode: 0644]
modules/unictype/property-other-uppercase-tests [new file with mode: 0644]
modules/unictype/property-paired-punctuation-tests [new file with mode: 0644]
modules/unictype/property-paragraph-separator-tests [new file with mode: 0644]
modules/unictype/property-pattern-syntax-tests [new file with mode: 0644]
modules/unictype/property-pattern-white-space-tests [new file with mode: 0644]
modules/unictype/property-private-use-tests [new file with mode: 0644]
modules/unictype/property-punctuation-tests [new file with mode: 0644]
modules/unictype/property-quotation-mark-tests [new file with mode: 0644]
modules/unictype/property-radical-tests [new file with mode: 0644]
modules/unictype/property-sentence-terminal-tests [new file with mode: 0644]
modules/unictype/property-soft-dotted-tests [new file with mode: 0644]
modules/unictype/property-space-tests [new file with mode: 0644]
modules/unictype/property-terminal-punctuation-tests [new file with mode: 0644]
modules/unictype/property-test-tests [new file with mode: 0644]
modules/unictype/property-titlecase-tests [new file with mode: 0644]
modules/unictype/property-unassigned-code-value-tests [new file with mode: 0644]
modules/unictype/property-unified-ideograph-tests [new file with mode: 0644]
modules/unictype/property-uppercase-tests [new file with mode: 0644]
modules/unictype/property-variation-selector-tests [new file with mode: 0644]
modules/unictype/property-white-space-tests [new file with mode: 0644]
modules/unictype/property-xid-continue-tests [new file with mode: 0644]
modules/unictype/property-xid-start-tests [new file with mode: 0644]
modules/unictype/property-zero-width-tests [new file with mode: 0644]
modules/unictype/scripts-tests [new file with mode: 0644]
modules/unictype/syntax-c-ident-tests [new file with mode: 0644]
modules/unictype/syntax-c-whitespace-tests [new file with mode: 0644]
modules/unictype/syntax-java-ident-tests [new file with mode: 0644]
modules/unictype/syntax-java-whitespace-tests [new file with mode: 0644]
tests/unictype/test-bidi_byname.c [new file with mode: 0644]
tests/unictype/test-bidi_name.c [new file with mode: 0644]
tests/unictype/test-bidi_of.c [new file with mode: 0644]
tests/unictype/test-bidi_test.c [new file with mode: 0644]
tests/unictype/test-block_list.c [new file with mode: 0644]
tests/unictype/test-block_of.c [new file with mode: 0644]
tests/unictype/test-block_test.c [new file with mode: 0644]
tests/unictype/test-categ_C.c [new file with mode: 0644]
tests/unictype/test-categ_Cc.c [new file with mode: 0644]
tests/unictype/test-categ_Cf.c [new file with mode: 0644]
tests/unictype/test-categ_Cn.c [new file with mode: 0644]
tests/unictype/test-categ_Co.c [new file with mode: 0644]
tests/unictype/test-categ_Cs.c [new file with mode: 0644]
tests/unictype/test-categ_L.c [new file with mode: 0644]
tests/unictype/test-categ_Ll.c [new file with mode: 0644]
tests/unictype/test-categ_Lm.c [new file with mode: 0644]
tests/unictype/test-categ_Lo.c [new file with mode: 0644]
tests/unictype/test-categ_Lt.c [new file with mode: 0644]
tests/unictype/test-categ_Lu.c [new file with mode: 0644]
tests/unictype/test-categ_M.c [new file with mode: 0644]
tests/unictype/test-categ_Mc.c [new file with mode: 0644]
tests/unictype/test-categ_Me.c [new file with mode: 0644]
tests/unictype/test-categ_Mn.c [new file with mode: 0644]
tests/unictype/test-categ_N.c [new file with mode: 0644]
tests/unictype/test-categ_Nd.c [new file with mode: 0644]
tests/unictype/test-categ_Nl.c [new file with mode: 0644]
tests/unictype/test-categ_No.c [new file with mode: 0644]
tests/unictype/test-categ_P.c [new file with mode: 0644]
tests/unictype/test-categ_Pc.c [new file with mode: 0644]
tests/unictype/test-categ_Pd.c [new file with mode: 0644]
tests/unictype/test-categ_Pe.c [new file with mode: 0644]
tests/unictype/test-categ_Pf.c [new file with mode: 0644]
tests/unictype/test-categ_Pi.c [new file with mode: 0644]
tests/unictype/test-categ_Po.c [new file with mode: 0644]
tests/unictype/test-categ_Ps.c [new file with mode: 0644]
tests/unictype/test-categ_S.c [new file with mode: 0644]
tests/unictype/test-categ_Sc.c [new file with mode: 0644]
tests/unictype/test-categ_Sk.c [new file with mode: 0644]
tests/unictype/test-categ_Sm.c [new file with mode: 0644]
tests/unictype/test-categ_So.c [new file with mode: 0644]
tests/unictype/test-categ_Z.c [new file with mode: 0644]
tests/unictype/test-categ_Zl.c [new file with mode: 0644]
tests/unictype/test-categ_Zp.c [new file with mode: 0644]
tests/unictype/test-categ_Zs.c [new file with mode: 0644]
tests/unictype/test-categ_and.c [new file with mode: 0644]
tests/unictype/test-categ_and_not.c [new file with mode: 0644]
tests/unictype/test-categ_byname.c [new file with mode: 0644]
tests/unictype/test-categ_name.c [new file with mode: 0644]
tests/unictype/test-categ_none.c [new file with mode: 0644]
tests/unictype/test-categ_of.c [new file with mode: 0644]
tests/unictype/test-categ_or.c [new file with mode: 0644]
tests/unictype/test-categ_test_withtable.c [new file with mode: 0644]
tests/unictype/test-combining.c [new file with mode: 0644]
tests/unictype/test-ctype_alnum.c [new file with mode: 0644]
tests/unictype/test-ctype_alpha.c [new file with mode: 0644]
tests/unictype/test-ctype_blank.c [new file with mode: 0644]
tests/unictype/test-ctype_cntrl.c [new file with mode: 0644]
tests/unictype/test-ctype_digit.c [new file with mode: 0644]
tests/unictype/test-ctype_graph.c [new file with mode: 0644]
tests/unictype/test-ctype_lower.c [new file with mode: 0644]
tests/unictype/test-ctype_print.c [new file with mode: 0644]
tests/unictype/test-ctype_punct.c [new file with mode: 0644]
tests/unictype/test-ctype_space.c [new file with mode: 0644]
tests/unictype/test-ctype_upper.c [new file with mode: 0644]
tests/unictype/test-ctype_xdigit.c [new file with mode: 0644]
tests/unictype/test-decdigit.c [new file with mode: 0644]
tests/unictype/test-decdigit.h [new file with mode: 0644]
tests/unictype/test-digit.c [new file with mode: 0644]
tests/unictype/test-digit.h [new file with mode: 0644]
tests/unictype/test-mirror.c [new file with mode: 0644]
tests/unictype/test-numeric.c [new file with mode: 0644]
tests/unictype/test-numeric.h [new file with mode: 0644]
tests/unictype/test-pr_alphabetic.c [new file with mode: 0644]
tests/unictype/test-pr_ascii_hex_digit.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_arabic_digit.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_arabic_right_to_left.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_block_separator.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_boundary_neutral.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_common_separator.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_control.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_embedding_or_override.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_eur_num_separator.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_eur_num_terminator.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_european_digit.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_hebrew_right_to_left.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_left_to_right.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_non_spacing_mark.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_other_neutral.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_pdf.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_segment_separator.c [new file with mode: 0644]
tests/unictype/test-pr_bidi_whitespace.c [new file with mode: 0644]
tests/unictype/test-pr_byname.c [new file with mode: 0644]
tests/unictype/test-pr_combining.c [new file with mode: 0644]
tests/unictype/test-pr_composite.c [new file with mode: 0644]
tests/unictype/test-pr_currency_symbol.c [new file with mode: 0644]
tests/unictype/test-pr_dash.c [new file with mode: 0644]
tests/unictype/test-pr_decimal_digit.c [new file with mode: 0644]
tests/unictype/test-pr_default_ignorable_code_point.c [new file with mode: 0644]
tests/unictype/test-pr_deprecated.c [new file with mode: 0644]
tests/unictype/test-pr_diacritic.c [new file with mode: 0644]
tests/unictype/test-pr_extender.c [new file with mode: 0644]
tests/unictype/test-pr_format_control.c [new file with mode: 0644]
tests/unictype/test-pr_grapheme_base.c [new file with mode: 0644]
tests/unictype/test-pr_grapheme_extend.c [new file with mode: 0644]
tests/unictype/test-pr_grapheme_link.c [new file with mode: 0644]
tests/unictype/test-pr_hex_digit.c [new file with mode: 0644]
tests/unictype/test-pr_hyphen.c [new file with mode: 0644]
tests/unictype/test-pr_id_continue.c [new file with mode: 0644]
tests/unictype/test-pr_id_start.c [new file with mode: 0644]
tests/unictype/test-pr_ideographic.c [new file with mode: 0644]
tests/unictype/test-pr_ids_binary_operator.c [new file with mode: 0644]
tests/unictype/test-pr_ids_trinary_operator.c [new file with mode: 0644]
tests/unictype/test-pr_ignorable_control.c [new file with mode: 0644]
tests/unictype/test-pr_iso_control.c [new file with mode: 0644]
tests/unictype/test-pr_join_control.c [new file with mode: 0644]
tests/unictype/test-pr_left_of_pair.c [new file with mode: 0644]
tests/unictype/test-pr_line_separator.c [new file with mode: 0644]
tests/unictype/test-pr_logical_order_exception.c [new file with mode: 0644]
tests/unictype/test-pr_lowercase.c [new file with mode: 0644]
tests/unictype/test-pr_math.c [new file with mode: 0644]
tests/unictype/test-pr_non_break.c [new file with mode: 0644]
tests/unictype/test-pr_not_a_character.c [new file with mode: 0644]
tests/unictype/test-pr_numeric.c [new file with mode: 0644]
tests/unictype/test-pr_other_alphabetic.c [new file with mode: 0644]
tests/unictype/test-pr_other_default_ignorable_code_point.c [new file with mode: 0644]
tests/unictype/test-pr_other_grapheme_extend.c [new file with mode: 0644]
tests/unictype/test-pr_other_id_continue.c [new file with mode: 0644]
tests/unictype/test-pr_other_id_start.c [new file with mode: 0644]
tests/unictype/test-pr_other_lowercase.c [new file with mode: 0644]
tests/unictype/test-pr_other_math.c [new file with mode: 0644]
tests/unictype/test-pr_other_uppercase.c [new file with mode: 0644]
tests/unictype/test-pr_paired_punctuation.c [new file with mode: 0644]
tests/unictype/test-pr_paragraph_separator.c [new file with mode: 0644]
tests/unictype/test-pr_pattern_syntax.c [new file with mode: 0644]
tests/unictype/test-pr_pattern_white_space.c [new file with mode: 0644]
tests/unictype/test-pr_private_use.c [new file with mode: 0644]
tests/unictype/test-pr_punctuation.c [new file with mode: 0644]
tests/unictype/test-pr_quotation_mark.c [new file with mode: 0644]
tests/unictype/test-pr_radical.c [new file with mode: 0644]
tests/unictype/test-pr_sentence_terminal.c [new file with mode: 0644]
tests/unictype/test-pr_soft_dotted.c [new file with mode: 0644]
tests/unictype/test-pr_space.c [new file with mode: 0644]
tests/unictype/test-pr_terminal_punctuation.c [new file with mode: 0644]
tests/unictype/test-pr_test.c [new file with mode: 0644]
tests/unictype/test-pr_titlecase.c [new file with mode: 0644]
tests/unictype/test-pr_unassigned_code_value.c [new file with mode: 0644]
tests/unictype/test-pr_unified_ideograph.c [new file with mode: 0644]
tests/unictype/test-pr_uppercase.c [new file with mode: 0644]
tests/unictype/test-pr_variation_selector.c [new file with mode: 0644]
tests/unictype/test-pr_white_space.c [new file with mode: 0644]
tests/unictype/test-pr_xid_continue.c [new file with mode: 0644]
tests/unictype/test-pr_xid_start.c [new file with mode: 0644]
tests/unictype/test-pr_zero_width.c [new file with mode: 0644]
tests/unictype/test-predicate-part1.h [new file with mode: 0644]
tests/unictype/test-predicate-part2.h [new file with mode: 0644]
tests/unictype/test-scripts.c [new file with mode: 0644]
tests/unictype/test-sy_c_ident.c [new file with mode: 0644]
tests/unictype/test-sy_c_whitespace.c [new file with mode: 0644]
tests/unictype/test-sy_java_ident.c [new file with mode: 0644]
tests/unictype/test-sy_java_whitespace.c [new file with mode: 0644]