1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

term: add term.colorize/2, use it in the tests. Support ConEmuANSI = ON too.

This commit is contained in:
Delyan Angelov
2021-01-17 19:09:29 +02:00
parent 75af639721
commit 3ee78dc961
4 changed files with 28 additions and 17 deletions

View File

@@ -6,7 +6,6 @@ import v.pref
const (
skip_with_fsanitize_memory = [
'vlib/x/websocket/websocket_test.v',
'vlib/encoding/csv/reader_test.v',
'vlib/net/tcp_test.v',
'vlib/net/tcp_simple_client_server_test.v',
@@ -17,8 +16,8 @@ const (
'vlib/orm/orm_test.v',
'vlib/sqlite/sqlite_test.v',
'vlib/vweb/tests/vweb_test.v',
'vlib/x/websocket/websocket_test.v',
'vlib/v/tests/unsafe_test.v',
'vlib/x/websocket/websocket_test.v',
'vlib/net/http/http_httpbin_test.v',
]
skip_with_fsanitize_address = [