mirror of
https://codeberg.org/scip/tablizer.git
synced 2026-02-04 10:20:59 +01:00
colorize-output using regexes, refactor line colorization (#49)
This commit is contained in:
@@ -39,7 +39,6 @@ func TestPrepareModeFlags(t *testing.T) {
|
||||
{Modeflag{}, ASCII},
|
||||
}
|
||||
|
||||
// FIXME: use a map for easier printing
|
||||
for _, testdata := range tests {
|
||||
testname := fmt.Sprintf("PrepareModeFlags-expect-%d", testdata.expect)
|
||||
t.Run(testname, func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user