Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14185c1

Browse files
committed
Fix tests.
1 parent1531bc6 commit14185c1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎tests/test_unicode_blocks_and_scripts.py‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@ def test_get_unicode_scripts(self):
140140
expected_scripts= [
141141
{
142142
"characters_count":1505,
143-
"characters_total":8301,
144-
"coverage":0.1813034574147693,
143+
"characters_total":9053,
144+
"coverage":0.16624323428697668,
145145
"name":"Common",
146146
"tag":"Zyyy",
147147
},
148148
{
149149
"characters_count":345,
150-
"characters_total":1481,
151-
"coverage":0.23295070898041864,
150+
"characters_total":1487,
151+
"coverage":0.23201075991930062,
152152
"name":"Latin",
153153
"tag":"Latn",
154154
},
@@ -175,8 +175,8 @@ def test_get_unicode_scripts(self):
175175
},
176176
{
177177
"characters_count":66,
178-
"characters_total":506,
179-
"coverage":0.13043478260869565,
178+
"characters_total":508,
179+
"coverage":0.12992125984251968,
180180
"name":"Cyrillic",
181181
"tag":"Cyrl",
182182
},
@@ -189,8 +189,8 @@ def test_get_unicode_scripts(self):
189189
},
190190
{
191191
"characters_count":18100,
192-
"characters_total":98408,
193-
"coverage":0.18392813592390864,
192+
"characters_total":99030,
193+
"coverage":0.18277289710188832,
194194
"name":"Han",
195195
"tag":"Hani",
196196
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp