Test card

This commit is contained in:
Will McGugan 2020-07-10 17:10:38 +01:00
parent 904ab9764d
commit f491ec0678
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ def make_test_card() -> Table:
table.add_row( table.add_row(
"CJK support", "CJK support",
Panel( Panel(
"[default]该库支持中文,日文和韩文文本!", expand=False, style="red", box=box.DOUBLE_EDGE, "该库支持中文,日文和韩文文本!", expand=False, border_style="red", box=box.DOUBLE_EDGE,
), ),
) )

File diff suppressed because one or more lines are too long