From 26e6716f67d854afec7a94938ffdf87e9f069f51 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 13 Nov 2017 15:30:30 +0530 Subject: [PATCH] A test that reliably triggers the current failure --- kitty_tests/fonts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty_tests/fonts.py b/kitty_tests/fonts.py index 28bb3015f..c69823889 100644 --- a/kitty_tests/fonts.py +++ b/kitty_tests/fonts.py @@ -61,6 +61,7 @@ class Rendering(BaseTest): self.assertEqual(len(self.sprites), prerendered + len(box_chars)) def test_font_rendering(self): + render_string('ab\u0347\u0305你好|\U0001F601|\U0001F64f|\U0001F63a|') text = 'He\u0347\u0305llo\u0341, w\u0302or\u0306l\u0354d!' # macOS has no fonts capable of rendering combining chars if isosx: