Skip to content

test_runner: accept \x1b as a escape symbol

It seems that TAPLexer was throwing an error on the ANSI code \x1b hence added the same as a escape symbol

Fixes: https://github.com/nodejs/node/issues/46959

Merge request reports

Loading