summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-10-20 10:52:26 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-10-20 10:52:26 +0000
commit5820cc12cb9f05b90149c7236166e588b5bda2bc (patch)
tree383447d901784f29841f7b481e5b7b0d9fd5e497 /tests
parent20967565edabb728b3826ff1501a8081d6e322ad (diff)
parentfb51fdc13b56502376fb8604fa3fa8328e77f3f7 (diff)
downloadpango-5820cc12cb9f05b90149c7236166e588b5bda2bc.tar.gz
Merge branch 'unicode14' into 'main'
Update Line Break to Unicode 14 See merge request GNOME/pango!480
Diffstat (limited to 'tests')
-rw-r--r--tests/GraphemeBreakTest.txt6
-rw-r--r--tests/SentenceBreakTest.txt6
-rw-r--r--tests/WordBreakTest.txt6
-rw-r--r--tests/testboundaries_ucd.c2
4 files changed, 10 insertions, 10 deletions
diff --git a/tests/GraphemeBreakTest.txt b/tests/GraphemeBreakTest.txt
index 5baf292a..eff2fd33 100644
--- a/tests/GraphemeBreakTest.txt
+++ b/tests/GraphemeBreakTest.txt
@@ -1,6 +1,6 @@
-# GraphemeBreakTest-13.0.0.txt
-# Date: 2019-11-15, 19:49:10 GMT
-# © 2019 Unicode®, Inc.
+# GraphemeBreakTest-14.0.0.txt
+# Date: 2021-03-08, 06:22:32 GMT
+# © 2021 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html
#
diff --git a/tests/SentenceBreakTest.txt b/tests/SentenceBreakTest.txt
index 5ae1f881..61ea42cf 100644
--- a/tests/SentenceBreakTest.txt
+++ b/tests/SentenceBreakTest.txt
@@ -1,6 +1,6 @@
-# SentenceBreakTest-13.0.0.txt
-# Date: 2019-11-20, 22:27:22 GMT
-# © 2019 Unicode®, Inc.
+# SentenceBreakTest-14.0.0.txt
+# Date: 2021-03-08, 06:22:40 GMT
+# © 2021 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html
#
diff --git a/tests/WordBreakTest.txt b/tests/WordBreakTest.txt
index 3e85759b..1d1435bf 100644
--- a/tests/WordBreakTest.txt
+++ b/tests/WordBreakTest.txt
@@ -1,6 +1,6 @@
-# WordBreakTest-13.0.0.txt
-# Date: 2019-11-20, 22:27:23 GMT
-# © 2019 Unicode®, Inc.
+# WordBreakTest-14.0.0.txt
+# Date: 2021-03-08, 06:22:40 GMT
+# © 2021 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html
#
diff --git a/tests/testboundaries_ucd.c b/tests/testboundaries_ucd.c
index d9f08a57..8abf0b7a 100644
--- a/tests/testboundaries_ucd.c
+++ b/tests/testboundaries_ucd.c
@@ -273,7 +273,7 @@ do_test (const gchar *filename,
if (num_attrs > 0)
{
- PangoLogAttr *attrs = g_new (PangoLogAttr, num_attrs);
+ PangoLogAttr *attrs = g_new0 (PangoLogAttr, num_attrs);
pango_get_log_attrs (string, -1, 0, pango_language_from_string ("C"), attrs, num_attrs);
if (! attrs_equal (attrs, expected_attrs, num_attrs, bits))