Skip to content

Commit

Permalink
Update test_tables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JorjMcKie committed Dec 15, 2024
1 parent 53f8a72 commit 5907e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_markdown():
text = (
"|Header1|Header2|Header3|\n"
"|---|---|---|\n"
"|Col11 Col12|Col21<br>Col22|Col31<br>Col32<br>Col33|\n"
"|Col11<br>Col12|Col21<br>Col22|Col31<br>Col32<br>Col33|\n"
"|Col13|Col23|Col34<br>Col35|\n"
"|Col14|Col24|Col36|\n"
"|Col15|Col25<br>Col26||\n\n"
Expand Down

0 comments on commit 5907e69

Please sign in to comment.