From 47a10447336a19f9717525ff6453c5922e6c75c5 Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:19:37 +0200 Subject: [PATCH] style: ASCII-only comment in the font-env test (drop em-dashes) --- tests/test_launcher_helpers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_launcher_helpers.py b/tests/test_launcher_helpers.py index a018fec..6ad179b 100644 --- a/tests/test_launcher_helpers.py +++ b/tests/test_launcher_helpers.py @@ -210,8 +210,8 @@ def test_build_env_caller_env_override_wins(monkeypatch): def test_build_env_never_injects_font_env(): # The patched binary is self-contained for fonts (always bundle-only; the # exposed set IS the bundle, system-ui + generics baked in C++). The wrapper - # must NOT inject any STEALTHFOX_FONTLIST/SYSTEMUI env — even if legacy font - # prefs are passed — so there is no external font customization channel. + # must NOT inject any STEALTHFOX_FONTLIST/SYSTEMUI env - even if legacy font + # prefs are passed - so there is no external font customization channel. ip = InvisiblePlaywright(seed=42) env = ip._build_env({ "zoom.stealth.font.fontlist": "arial,calibri,segoe ui",