terminal: fix fgColor/bgColor commands [backport] (#15554)

Since #8296, fgSetColor is no longer a global. These commands were
probably left out from the change as an oversight, so some tests have
been added to make sure this won't happen again.
This commit is contained in:
alaviss
2020-10-13 11:39:32 -05:00
committed by GitHub
parent 0134e34e03
commit d1af9587b8
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
discard """
action: compile
"""
import terminal, colors
styledEcho fgColor, colRed, "Test"
styledEcho bgColor, colBlue, "Test"