mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
Fix typo in set_color test
This commit is contained in:
@@ -42,7 +42,7 @@ string escape (set_color --underline-color=normal)
|
||||
# CHECK: \e\[59m
|
||||
|
||||
string escape (set_color --underline=double)
|
||||
# CHECK: \e\[4:3m
|
||||
# CHECK: \e\[4:2m
|
||||
string escape (set_color --underline=dotted)
|
||||
# CHECK: \e\[4:4m
|
||||
string escape (set_color --underline=dashed)
|
||||
|
||||
Reference in New Issue
Block a user