public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/unicode-ucd] f45: update test.py to Unicode 18
@ 2026-09-18 9:35 Jens Petersen
0 siblings, 0 replies; only message in thread
From: Jens Petersen @ 2026-09-18 9:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/unicode-ucd
Branch : f45
Commit : 6687cd470de5da0588f3cb51b59f0f07eb877f32
Author : Jens Petersen <petersen@redhat.com>
Date : 2026-09-17T15:25:08+08:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/unicode-ucd/c/6687cd470de5da0588f3cb51b59f0f07eb877f32?branch=f45
Log:
update test.py to Unicode 18
---
diff --git a/tests/parse/test.py b/tests/parse/test.py
index cfae90c..465dcbf 100644
--- a/tests/parse/test.py
+++ b/tests/parse/test.py
@@ -12,5 +12,5 @@ with open(file, mode='rt', encoding='ascii') as unicode_data:
codepoints = codepoints + 1
print(codepoints)
-# Unicode 17
-assert(codepoints == 40575)
+# Unicode 18
+assert(codepoints == 41341)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-18 9:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 9:35 [rpms/unicode-ucd] f45: update test.py to Unicode 18 Jens Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox