From 06b49b9721773bdfb34bf6549f7be8e3d111d5d3 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 26 Jan 2025 12:08:48 +0100 Subject: [PATCH] Update pexpect helper output sanitization --- tests/pexpect_helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pexpect_helper.py b/tests/pexpect_helper.py index 66332a307..145005650 100644 --- a/tests/pexpect_helper.py +++ b/tests/pexpect_helper.py @@ -37,8 +37,8 @@ SANITIZE_FOR_PRINTING_RE = re.compile( \x1b\[\?1004[hl] | \x1b\[\?2004[hl] | \x1b\[>4;[10]m - | \x1b\[>5u - | \x1b\[<1u + | \x1b\[=5u + | \x1b\[=0u | \x1b= | \x1b> | \x1b\].*?\x07