From 5907e6924cd34a4fa5118593403b99d7e2d89fec Mon Sep 17 00:00:00 2001 From: "Jorj X. McKie" Date: Sun, 15 Dec 2024 08:12:52 -0400 Subject: [PATCH] Update test_tables.py --- tests/test_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tables.py b/tests/test_tables.py index 4c2abcbd7..29ef6a9d2 100644 --- a/tests/test_tables.py +++ b/tests/test_tables.py @@ -288,7 +288,7 @@ def test_markdown(): text = ( "|Header1|Header2|Header3|\n" "|---|---|---|\n" - "|Col11 Col12|Col21
Col22|Col31
Col32
Col33|\n" + "|Col11
Col12|Col21
Col22|Col31
Col32
Col33|\n" "|Col13|Col23|Col34
Col35|\n" "|Col14|Col24|Col36|\n" "|Col15|Col25
Col26||\n\n"