mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
colors: test weird behavior of "--background=normal"
This commit is contained in:
@@ -12,3 +12,8 @@ string escape (set_color red reset yellow)
|
||||
|
||||
string escape (set_color --background=reset)
|
||||
# CHECKERR: set_color: Unknown color 'reset'
|
||||
|
||||
string escape (set_color --bold red --background=normal)
|
||||
# CHECK: \e\[m
|
||||
string escape (set_color --bold red --background=blue)
|
||||
# CHECK: \e\[1m\e\[31m\e\[44m
|
||||
|
||||
Reference in New Issue
Block a user