colors: test weird behavior of "--background=normal"

This commit is contained in:
Johannes Altmanninger
2025-04-13 15:10:57 +02:00
parent c32b7d35ea
commit 692599387b

View File

@@ -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