Skip to content

Commit

Permalink
Fix a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 16, 2023
1 parent bd425bf commit 28054e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/writer/text/test_markdown_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1385,10 +1385,10 @@ class Test_MarkdownTableWriter_write_table_iter:
|-----------------------------|----:|---:|
|a b c d e f g h i jklmn | 2.1| 3|
|aaaaa | 12.1| 13|
|bbb | 2| 3|
|cc | 12| 13|
|a | 102| 103|
| | 1002|1003|
|bbb | 2.0| 3|
|cc | 12.0| 13|
|a | 102.0| 103|
| |1002.0|1003|
"""
),
],
Expand Down

0 comments on commit 28054e3

Please sign in to comment.