Skip to content

Commit

Permalink
Fix wrong line lenght count
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaeiah committed May 16, 2024
1 parent da2dd5b commit 1a5d78c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test_font_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
"""

composed_glyphs = (
"Composed glyphs: ÀÉI͂o̓N̈́AͅB̊͆Ȍ͇U͈D̈ẢB̊A̋ĎA̍J̎Ȁ"
+ "1⃜2⃜3⃜4⃜5⃜6⃜7⃜8⃜9⃜0⃜\n"
"Composed glyphs: "
+ "ÀÉI͂o̓N̈́AͅB̊͆Ȍ͇U͈D̈ẢB̊A̋ĎA̍J̎Ȁ"
+ "1⃜2⃜3⃜4⃜5⃜6⃜7⃜8⃜9⃜0⃜A⃜B⃜C⃜D⃜a⃜🯰⃜🯱⃜🯲⃜🯳⃜🯴⃜🯵⃜🯶⃜🯷⃜🯸⃜🯹⃜🮲⃜🮳⃜🯁⃜🯂⃜🯃⃜🮹⃜🮺⃜\n"
)

apl_set = (
"The APL set: " +
"⌶⌷⌸⌹⌺⌻⌼⌽⌾⌿⍀⍁⍂⍃⍄⍅⍆⍇⍈⍉⍊⍋⍌⍍⍎⍏⍐⍑⍒⍓⍔⍕⍖⍗⍘⍙⍚⍛⍜⍝⍞⍟⍠⍡⍢⍣⍤⍥⍦⍧⍨⍩⍪⍫⍬⍭⍮⍯⍰⍱"
"The APL set: "
+ "⌶⌷⌸⌹⌺⌻⌼⌽⌾⌿⍀⍁⍂⍃⍄⍅⍆⍇⍈⍉⍊⍋⍌⍍⍎⍏⍐⍑⍒⍓⍔⍕⍖⍗⍘⍙⍚⍛⍜⍝⍞⍟⍠⍡⍢⍣⍤⍥⍦⍧⍨⍩⍪⍫⍬⍭⍮⍯⍰⍱"
"⍲⍳⍴⍵⍶⍷⍸⍹⍺⊂⊃⊆⊇⊏⊐⊑⊒⊔⊓⊕⊖⊗⊘⊙⌾⊝⋆⌈⌉⌊⌋⁼⇐⇒⊸⟜⟨⟩⋄∧∨⊢⊣⊤⊥≢⚇⎉⎊◴◵◶◷⥊⥋∾‿↩↪≍𝕩𝕨𝕤𝕣𝕘𝕗𝕏𝕎𝕊𝔾𝔽\n"
)

Expand Down

0 comments on commit 1a5d78c

Please sign in to comment.