[Symbolize] Fix MarkupFilter tests for Windows.

The tests use in-band ANSI color codes, while the Windows cmd console
uses an out-of-band interface for color.
This commit is contained in:
Daniel Thornburgh 2022-06-27 11:13:52 -07:00
parent 7598a42e2a
commit d3ff32720d
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
UNSUPPORTED: system-windows
RUN: echo -e "\033[1mbold\033[0mreset" > %t.input
RUN: echo -e "\033[1mboldnoreset" >> %t.input
RUN: echo -e "resetafternewline" >> %t.input