Fix typo in set_color test

This commit is contained in:
Johannes Altmanninger
2025-05-11 22:55:37 +02:00
parent 156fa8081c
commit 41dfb5147f

View File

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