Skip to content

Support ansi in output

Valentin Valls requested to merge support-ansi-in-output into master

This PR allow to store content from ANSI string into the output files.

Previously the block content was fully dropped.

Now a colored "hi!" text will be stored as "hi!" (see the tests)

Merge request reports