mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00: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:
parent
34f4be1149
commit
b48d8188b9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue