scalefactory / vagrant-cucumber

A Vagrant plugin to allow cucumber to work with VMs.
MIT License
40 stars 8 forks source link

html formatter: More ANSI regex pattern matching #19

Closed randomvariable closed 7 years ago

randomvariable commented 7 years ago

Support stripping of multiple, chained ANSI control codes. In addition, support stripping of TRUECOLOR ANSI codes.

E.g: "\e[38;2;255;100;0mTRUECOLOR\e[0m\n\e[31mHello\e[0m\e[34mWorld\e[0m"

randomvariable commented 7 years ago

HOLD, as I reread the spec.

randomvariable commented 7 years ago

Match updated. TRUECOLOR is a test string, not part of the control statement.