diff --git a/program/unit_tests/test_code/test_translate_inside_to_html.py b/program/unit_tests/test_code/test_translate_inside_to_html.py index d55e8957..a949a1a5 100644 --- a/program/unit_tests/test_code/test_translate_inside_to_html.py +++ b/program/unit_tests/test_code/test_translate_inside_to_html.py @@ -6,7 +6,7 @@ def given_correct_then_correct(): latex_string = "test & 2 & test \\ 4 & 5 & 6 \\" parameters_string = "{ l | c | r }" column_styles = tabular_required_parameters(parameters_string) - assert translate_inside_to_html(latex_string, column_styles) == "
test 2 test
4 5 6
" + assert translate_inside_to_html(latex_string, column_styles) == "
test 2 test
4 5 6
"