From cf7bff7af1bc7ed25c463ea7a2f4a3b8c367b7ec Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 5 Sep 2019 15:28:23 +0200 Subject: [PATCH] Fix test indentation --- weasyprint/tests/test_layout/test_table.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/weasyprint/tests/test_layout/test_table.py b/weasyprint/tests/test_layout/test_table.py index 3c8a1cdf4..6b2b8786e 100644 --- a/weasyprint/tests/test_layout/test_table.py +++ b/weasyprint/tests/test_layout/test_table.py @@ -1780,15 +1780,15 @@ def test_table_row_height_1(): def test_table_row_height_2(): # A cell box cannot extend beyond the last row box of a table. page, = render_pages(''' - - - - - - - - -
+ + + + + + + + +
''') html, = page.children body, = html.children