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:
22
22
double_thin_compact = TableStyle .from_string ("╔═╦═╗║║ ╟─╫─╢ ╚╩═╝" )
23
23
minimalist = TableStyle .from_string (" ─── │ ━━━ ─── ── " )
24
24
borderless = TableStyle .from_string (" ┃ ━ " )
25
- simple = TableStyle .from_string (" ═ │ ═ " )
25
+ simple = TableStyle .from_string (" ═ ║ ═ " )
26
26
ascii = TableStyle .from_string ("+-+-+|| +-+-++-+-+++-+" )
27
27
ascii_box = TableStyle .from_string ("+-+++|||+-++++-+++++++" )
28
28
ascii_compact = TableStyle .from_string ("+-+-+|| +-+-+ ++-+" )
Original file line number Diff line number Diff line change @@ -418,12 +418,12 @@ def test_simple():
418
418
)
419
419
expected = (
420
420
" ═════ ═════ ═════ ═════ ═════ \n "
421
- " # │ G H R S \n "
421
+ " # ║ G H R S \n "
422
422
" ═════ ═════ ═════ ═════ ═════ \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 "
425
425
" ═════ ═════ ═════ ═════ ═════ \n "
426
- " SUM │ 130 140 135 130 \n "
426
+ " SUM ║ 130 140 135 130 \n "
427
427
" ═════ ═════ ═════ ═════ ═════ "
428
428
)
429
429
assert text == expected
You can’t perform that action at this time.
0 commit comments