From dc5c9b5bf49c067f6aaac43b57967bdc1d6e5b58 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 15 Feb 2025 11:38:49 +0530 Subject: [PATCH] Another test --- kitty_tests/multicell.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kitty_tests/multicell.py b/kitty_tests/multicell.py index 5bc853ebc..daf649c24 100644 --- a/kitty_tests/multicell.py +++ b/kitty_tests/multicell.py @@ -458,6 +458,9 @@ def test_multicell(self: TestMulticell) -> None: ta('\x1b]66;s=2;ab\x07') multicell(s, '😀a', scale=2) ta('\x1b]66;s=2;😀a\x07') + multicell(s, '😀', scale=2) + multicell(s, 'b', width=1, scale=2) + ta('\x1b]66;s=2;😀\x07\x1b]66;w=1:s=2;b\x07') multicell(s, 'a', scale=2) s.cursor.fg = as_rgb(0xffffff) multicell(s, 'b', scale=2)