mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Change our test emoji
The emoji we used wasn't actually widened-in-9, so we now switch to one that does.
This commit is contained in:
@@ -93,11 +93,11 @@ string length --visible (set_color red)abc
|
||||
begin
|
||||
set -l fish_emoji_width 2
|
||||
# This should print the emoji width
|
||||
string length --visible . 🥁
|
||||
string length --visible . \U2693
|
||||
# CHECK: 1
|
||||
# CHECK: 2
|
||||
set -l fish_emoji_width 1
|
||||
string length --visible . 🥁
|
||||
string length --visible . \U2693
|
||||
# CHECK: 1
|
||||
# CHECK: 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user