Skip to content

Commit c32e13a

Browse files
Add test case for paragraph default rendering options
1 parent 9e17beb commit c32e13a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/render_options_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,8 @@ def test_indent_and_spacing_inner_newline():
115115
"</body>",
116116
]
117117
)
118+
119+
120+
def test_default_render_options():
121+
doc = p.p("Paragraph")
122+
assert str(doc) == "<p>Paragraph</p>"

0 commit comments

Comments
 (0)