We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
span
1 parent 2b221a3 commit 5c2328fCopy full SHA for 5c2328f
tests/test_htmlgen.py
@@ -176,9 +176,7 @@ def test_contain_in_box_named() -> None:
176
assert (
177
htmlgen.contain_in_box("inside different", "Names here")
178
== """<div class="box">
179
- <span>
180
- Names here
181
- </span>
+ <span>Names here</span>
182
<br>
183
inside different
184
</div>"""
@@ -243,9 +241,7 @@ def test_select_box() -> None:
243
241
box_title="click to add title",
244
242
)
245
246
247
- click to add title
248
+ <span>click to add title</span>
249
250
251
<input type="radio" id="name_here_0" name="name_here" value="seven">
0 commit comments