Skip to content

Commit 4ca388c

Browse files
committed
Update double-width emoji list to improve "sbase print FILE"
1 parent 007e372 commit 4ca388c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

seleniumbase/console_scripts/rich_helper.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ def fix_emoji_spacing(code):
4747
"🖥️",
4848
"🕹️",
4949
"🎞️",
50+
"🎛️",
51+
"🎖️",
52+
"↘️",
53+
"⬇️",
54+
"↙️",
55+
"⬅️",
56+
"↖️",
57+
"⬆️",
58+
"↗️",
59+
"➡️",
5060
]
5161
for emoji in double_width_emojis:
5262
if emoji in code:

0 commit comments

Comments
 (0)