From: Noah Levitt Date: Wed, 6 Aug 2003 20:28:33 +0000 (+0000) Subject: Add test for special case not at inital position in the string, the bug X-Git-Tag: GLIB_2_3_0~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1d488de09a4507c8f27a3ac0e1abfbef238a3a7;p=platform%2Fupstream%2Fglib.git Add test for special case not at inital position in the string, the bug 2003-08-06 Noah Levitt * tests/casemap.txt: * tests/gen-casemap-txt.pl: Add test for special case not at inital position in the string, the bug just fixed. (#118957) --- diff --git a/ChangeLog b/ChangeLog index 9c34e68..c6b8a6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-06 Noah Levitt + + * tests/casemap.txt: + * tests/gen-casemap-txt.pl: Add test for special case not at inital + position in the string, the bug just fixed. (#118957) + 2003-08-05 Noah Levitt * glib/guniprop.c: Get rid of "len" parameter to output_special_case diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9c34e68..c6b8a6d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2003-08-06 Noah Levitt + + * tests/casemap.txt: + * tests/gen-casemap-txt.pl: Add test for special case not at inital + position in the string, the bug just fixed. (#118957) + 2003-08-05 Noah Levitt * glib/guniprop.c: Get rid of "len" parameter to output_special_case diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 9c34e68..c6b8a6d 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2003-08-06 Noah Levitt + + * tests/casemap.txt: + * tests/gen-casemap-txt.pl: Add test for special case not at inital + position in the string, the bug just fixed. (#118957) + 2003-08-05 Noah Levitt * glib/guniprop.c: Get rid of "len" parameter to output_special_case diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 9c34e68..c6b8a6d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2003-08-06 Noah Levitt + + * tests/casemap.txt: + * tests/gen-casemap-txt.pl: Add test for special case not at inital + position in the string, the bug just fixed. (#118957) + 2003-08-05 Noah Levitt * glib/guniprop.c: Get rid of "len" parameter to output_special_case diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9c34e68..c6b8a6d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2003-08-06 Noah Levitt + + * tests/casemap.txt: + * tests/gen-casemap-txt.pl: Add test for special case not at inital + position in the string, the bug just fixed. (#118957) + 2003-08-05 Noah Levitt * glib/guniprop.c: Get rid of "len" parameter to output_special_case diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 9c34e68..c6b8a6d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2003-08-06 Noah Levitt + + * tests/casemap.txt: + * tests/gen-casemap-txt.pl: Add test for special case not at inital + position in the string, the bug just fixed. (#118957) + 2003-08-05 Noah Levitt * glib/guniprop.c: Get rid of "len" parameter to output_special_case diff --git a/tests/casemap.txt b/tests/casemap.txt index 154b600..7bc2f40 100644 --- a/tests/casemap.txt +++ b/tests/casemap.txt @@ -16,6 +16,8 @@ tr_TR I ı I I # I => LATIN SMALL LETTER DOTLESS I # about the titlecase part here lt_LT iė iė Ie IE lt_LT iė iė Ie IE +# Special case not at initial position + affl affl Affl AFFL # FB04 # # Now the automatic tests # diff --git a/tests/gen-casemap-txt.pl b/tests/gen-casemap-txt.pl index 7aa795a..ae06ded 100755 --- a/tests/gen-casemap-txt.pl +++ b/tests/gen-casemap-txt.pl @@ -159,6 +159,8 @@ tr_TR\tI\t\x{0131}\tI\tI\t# I => LATIN SMALL LETTER DOTLESS I # about the titlecase part here lt_LT\ti\x{117}\ti\x{117}\tIe\tIE\t lt_LT\tie\x{307}\tie\x{307}\tIe\tIE\t +# Special case not at initial position +\ta\x{fb04}\ta\x{fb04}\tAffl\tAFFL\t# FB04 # # Now the automatic tests #