Skip to content

Commit 7695303

Browse files
committed
fix: add more highlights case
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent 31fe010 commit 7695303

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_pyrepl/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def test_gen_colors_keyword_highlighting(self):
7171
# highlights
7272
("set", [("set", "builtin")]),
7373
("list", [("list", "builtin")]),
74+
(" \n dict", [("dict", "builtin")]),
7475
]
7576
for code, expected_highlights in cases:
7677
with self.subTest(code=code):

0 commit comments

Comments
 (0)