mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-05 21:49:04 +01:00
Fix color test cases for GitHub Actions without TERM
This commit is contained in:
parent
cd2ccdaed3
commit
232be1cdc4
@ -1,5 +1,5 @@
|
||||
:ARGS
|
||||
-f 175_utf8_happy_design_info.cfg -d designA -l
|
||||
-f 175_utf8_happy_design_info.cfg --color -d designA -l
|
||||
:INPUT
|
||||
:OUTPUT-FILTER
|
||||
:EXPECTED
|
||||
|
@ -1,3 +1,5 @@
|
||||
:ENV
|
||||
export TERM="xterm-color"
|
||||
:ARGS
|
||||
-f 176_utf8_design_list.cfg -l
|
||||
:INPUT
|
||||
|
Loading…
Reference in New Issue
Block a user