Skip to content

Commit e2a5bdc

Browse files
committed
[tests] add test for 24-bit ansi escape
1 parent d14407a commit e2a5bdc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Features:
2020
output is set to `text/markdown`.
2121
* Column alignment in Markdown tables is now supported.
2222
* Added ecs_log for the Elastic Common Schema from @ba-didi.
23+
* Escape sequences for 24-bit color are now handled.
2324

2425
Interface changes:
2526
* DB query results that start with a number are right justified
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
Example: foo,
3-
bar: baz
3+
bar: baz
44
}

test/textfile_ansi.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ Example: foo, bar: baz }
1+
{ Example: foo, bar: baz }

0 commit comments

Comments
 (0)