mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
WTF-400 Common settings implemented
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
. "github.com/wtfutil/wtf/wtf"
|
||||
)
|
||||
|
||||
func TestASCIItoTviewColors(t *testing.T) {
|
||||
func Test_ASCIItoTviewColors(t *testing.T) {
|
||||
Equal(t, "", ASCIItoTviewColors(""))
|
||||
Equal(t, "cat", ASCIItoTviewColors("cat"))
|
||||
Equal(t, "[38;5;226mcat/[-]", ASCIItoTviewColors("[38;5;226mcat/[0m"))
|
||||
|
||||
Reference in New Issue
Block a user