diff options
Diffstat (limited to 'tests/unigbrk/test-u8-grapheme-breaks.c')
-rw-r--r-- | tests/unigbrk/test-u8-grapheme-breaks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unigbrk/test-u8-grapheme-breaks.c b/tests/unigbrk/test-u8-grapheme-breaks.c index 76b40130..3549186c 100644 --- a/tests/unigbrk/test-u8-grapheme-breaks.c +++ b/tests/unigbrk/test-u8-grapheme-breaks.c @@ -1,5 +1,5 @@ /* Grapheme cluster breaks test. - Copyright (C) 2010-2024 Free Software Foundation, Inc. + Copyright (C) 2010-2025 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -96,7 +96,7 @@ main (void) test_u8_grapheme_breaks ("a\nb\rc\r\nd", "######_#"); /* Emoji modifier / ZWJ sequence. */ - test_u8_grapheme_breaks ("\342\230\205\314\205\315\207\342\200\215\342\230\200", + test_u8_grapheme_breaks ("\342\255\220\314\205\315\207\342\200\215\342\230\200", "#____________"); /* Regional indicators. */ |