File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Styles:
2222 double_thin_compact = TableStyle .from_string ("╔═╦═╗║║ ╟─╫─╢ ╚╩═╝" )
2323 minimalist = TableStyle .from_string (" ─── │ ━━━ ─── ── " )
2424 borderless = TableStyle .from_string (" ┃ ━ " )
25- simple = TableStyle .from_string (" ═ │ ═ " )
25+ simple = TableStyle .from_string (" ═ ║ ═ " )
2626 ascii = TableStyle .from_string ("+-+-+|| +-+-++-+-+++-+" )
2727 ascii_box = TableStyle .from_string ("+-+++|||+-++++-+++++++" )
2828 ascii_compact = TableStyle .from_string ("+-+-+|| +-+-+ ++-+" )
Original file line number Diff line number Diff line change @@ -418,12 +418,12 @@ def test_simple():
418418 )
419419 expected = (
420420 " ═════ ═════ ═════ ═════ ═════ \n "
421- " # │ G H R S \n "
421+ " # ║ G H R S \n "
422422 " ═════ ═════ ═════ ═════ ═════ \n "
423- " 1 │ 30 40 35 30 \n "
424- " 2 │ 30 40 35 30 \n "
423+ " 1 ║ 30 40 35 30 \n "
424+ " 2 ║ 30 40 35 30 \n "
425425 " ═════ ═════ ═════ ═════ ═════ \n "
426- " SUM │ 130 140 135 130 \n "
426+ " SUM ║ 130 140 135 130 \n "
427427 " ═════ ═════ ═════ ═════ ═════ "
428428 )
429429 assert text == expected
You can’t perform that action at this time.
0 commit comments