diff --git a/tests/test_html2htpy.py b/tests/test_html2htpy.py index cfd0737..a7deafe 100644 --- a/tests/test_html2htpy.py +++ b/tests/test_html2htpy.py @@ -8,7 +8,7 @@ def test_convert_default_shorthand_id_and_class() -> None: input = """
This is a paragraph.
+This is a paragraph.
This is a paragraph.
+This is a paragraph.
Welcome to our cooking site, {{ user.name }}!
- -{{ recipe.description }}
- -Welcome to our cooking site, {{ user.name }}!
+ +{{ recipe.description }}
+ +Paragraph
+Paragraph
""" @@ -243,15 +243,15 @@ def test_convert_empty_elements() -> None: def test_convert_void_elements() -> None: input = """ -Paragraph without closing tag -
Paragraph without closing tag +
Welcome
-Student code: {{student_code}}
+Welcome
+Student code: {{student_code}}
+